react-hook-form-mui icon indicating copy to clipboard operation
react-hook-form-mui copied to clipboard

Start using `.mdx` files to be more descriptive in stories

Open ChromeGG opened this issue 3 years ago • 2 comments

Duplicates

  • [X] I have searched the existing issues

Latest version

  • [X] I have tested the latest version

Summary 💡

MDX is a more robust format for documentation. With this, we can easily describe what the component does and add a link to MUI/RHF documentation.

Examples 🌈

See: https://storybook.js.org/docs/react/writing-docs/mdx

I can do it on Sunday or next week 😄

ChromeGG avatar Jul 06 '22 20:07 ChromeGG

sounds great! I'll try to join next week this week is very busy for me

dohomi avatar Jul 07 '22 01:07 dohomi

@dohomi I did some progress with transforming .tsx stories to .mdx stories. You can track progress #72

image

Btw. I found sth interesting. You asked about this. There are two plugins that could help us. Take a look here

ChromeGG avatar Jul 10 '22 15:07 ChromeGG