Skip to content

Commit

Permalink
docs(ui-table): function based examples are added to Table
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadirsaglm committed Sep 3, 2024
1 parent 2cf4255 commit b9e3fd3
Show file tree
Hide file tree
Showing 2 changed files with 1,663 additions and 682 deletions.
4 changes: 3 additions & 1 deletion packages/__docs__/globals.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE.
*/
import React, { useEffect, useState, useRef } from 'react'
import React, { useContext, useEffect, useMemo, useState, useRef } from 'react'
import ReactDOM from 'react-dom'

import { LoremIpsum } from 'lorem-ipsum'
Expand Down Expand Up @@ -82,7 +82,9 @@ const globals = {
placeholderImage,
React,
ReactDOM,
useContext,
useEffect,
useMemo,
useState,
useRef,
additionalPrimitives,
Expand Down
Loading

0 comments on commit b9e3fd3

Please sign in to comment.