pheralb/superui

Docs

nachoaldamav opened this issue · 0 comments

How to make a doc:

  1. Create MDX file in /app/docs
  2. Start adding meta information, check another file for reference
  3. The first line should be the module import
  4. Add examples
  5. To import examples, create a component in /app/src/demo/{component}
  6. Add that component to /app/component/mdx/index.tsx
  7. Use the Element in the MDX file, you can find references in another files.