-
- Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
When attempting to use the material-ui theme as given here: https://react-table-library.com/?path=/docs/library-themes-material-ui--base,
import { DEFAULT_OPTIONS, getTheme } from '@table-library/react-table-library/material-ui';
I get:
Module not found: Can't resolve '@table-library/react-table-library/material-ui'
Further, under Storybook > Lib themes > Material UI > Editable (https://react-table-library.com/?path=/docs/library-themes-material-ui--editable), it has:
import { DEFAULT_OPTIONS, getTheme } from '@table-library/react-table-library/themes/material';
That doesnt work either, and
import { DEFAULT_OPTIONS, getTheme } from '@table-library/react-table-library/themes/material-ui';
also doesnt work.
Am I missing something?
Metadata
Metadata
Assignees
Labels
No labels