This website is built using Docusaurus 2, a modern static website generator.
$ yarn
$ yarn run vercel link
16
is required
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
API Reference component can be embedded into any .mdx
documentation file, you just need to render a component anywhere in the doc you want it to be shown.
It's best to keep the options that are being passed to in a separate .ts
file so that it's possible to typecheck it with TypeScript. The file can be imported and the props be passed from that file.