Component-Library is where all the magic happens --or just a little for now, lol.
- currently the only component in the library is TABS.
- fork repo
- git clone your fork
cd component-library/component-library
npm i
In the project directory, you can run project locally:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make any code changes.
This will run the Cypress testing suite for the exercise!
Once you have completed the challenge and all tests are passing you should should have a component that looks like the image below!
**Note: Dont forget to run Axe-Devtools
on the component to ensure it's accessible to others.