Created the reusable solid button (where the the text and the bg-color are dynamically passed in as props, along with an onClick function) in /app/components/atoms/solidbutton/index.tsx
Testing
Navigate to http://localhost:3000/ and click "Testing Endpoints" after running yarn run dev
There, you will be able to see the button being tested under the "Meetings" header.
Notes
We created a new component for this button, and it can have any text and color passed into it, as well as performs any onclick action passed into it as well.
We tested this inside /app/test/page.tsx
Below is a screenshot of the button being tested. It is the last two pink buttons.
Description
Created the reusable solid button (where the the text and the bg-color are dynamically passed in as props, along with an onClick function) in
/app/components/atoms/solidbutton/index.tsx
Testing
Navigate to http://localhost:3000/ and click "Testing Endpoints" after running
yarn run dev
There, you will be able to see the button being tested under the "Meetings" header.Notes
/app/test/page.tsx