Docs
nachoaldamav opened this issue · 0 comments
nachoaldamav commented
- Progress @Davidr2998
- Overlay @ikurotime
- Modal @ikurotime
- Command Menu @nachoaldamav
- Toast @ikurotime
How to make a doc:
- Create MDX file in
/app/docs
- Start adding meta information, check another file for reference
- The first line should be the module import
- Add examples
- To import examples, create a component in
/app/src/demo/{component}
- Add that component to
/app/component/mdx/index.tsx
- Use the Element in the MDX file, you can find references in another files.