-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup Chakra UI #75
Setup Chakra UI #75
Conversation
d35517b
to
907813f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good.
Can you modify something in the https://github.com/Seneca-CDOT/starchart/blob/main/app/routes/index.tsx to use ChakraUI Components? Maybe switch to:
That will make it easier for others to test that this works.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @humphd on adding some simple Charka components on index.tsx
to show everybody else how it works, other than that LGTM
I changed the index page to use the components you linked. I also added some styles to change the font size so the change should be visible now |
Fixes #24
Added and setup Chakra UI.
This does not involve the addition of a theme as there is a separate issue for it: #34
Also changed the index page to use Chakra UI components (with increased font sizes) so that this can be tested:
Before
After
Steps for testing
This assumes you already have starchart setup locally
npm install
npm run dev
localhost:3000
and see that the app works and the index page has the updated styles