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.
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.
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.