@ethberry/mui-lexical
v1.0.20
Published
Material-UI Lexical Editor and Viewer
Maintainers
Readme
mui-lexical
Installation
npm run installStorybook Configuration
Storybook is configured to work with:
- Webpack 5 - bundler
- TypeScript - type checking
- Material-UI - UI library
- Emotion - CSS-in-JS
- Lexical Editor - rich text editor
Running
npm run storybookStorybook will be available at: http://localhost:6006
Build
npm run build-storybookStructure
.storybook/main.ts- main Storybook configuration.storybook/preview.ts- preview settings (MUI Theme Provider).storybook/manager.ts- Storybook UI settings
Stories
Stories are located in src/**/*.stories.tsx
Example: src/components/LexicalEditorWrapper/LexicalEditorWrapper.stories.tsx
