it-vegard / a11y-reference-website

An example website, built with the option of switching between accessible and inaccessible versions of individual parts. Meant for use as a reference, and for educational and testing purposes.
MIT License
7 stars 2 forks source link

Add Docz for documentation #11

Closed it-vegard closed 4 years ago

it-vegard commented 4 years ago

Currently only has a few example pages, but is functional. One issue is that the <Props /> component requires the component have .jsx extension, so we need to convert a few files. Also, we should split state logic (e.g. Context) from generic components, so only generic components are used in the component library.