-
Notifications
You must be signed in to change notification settings - Fork 7
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
Flex Component #45
Flex Component #45
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Could you change the casing of the code examples?
I'm referring to #39.
Thanks!
content/4.components/flex.md
Outdated
|
||
# Flex | ||
|
||
Flex is `Box` with `display: flex` and comes with helpful style shorthand. It renders a `div` element. |
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.
Could box
be changed into CBox
?
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.
Flex is `Box` with `display: flex` and comes with helpful style shorthand. It renders a `div` element. | |
Flex is `CBox` with `display: flex` and comes with helpful style shorthand. It renders a `div` element. |
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.
Just a few small changes and we are good to go!
content/4.components/flex.md
Outdated
|
||
# Flex | ||
|
||
Flex is `Box` with `display: flex` and comes with helpful style shorthand. It renders a `div` element. |
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.
Flex is `Box` with `display: flex` and comes with helpful style shorthand. It renders a `div` element. | |
Flex is `CBox` with `display: flex` and comes with helpful style shorthand. It renders a `div` element. |
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.
Looks good! Thanks for adding this! 🚀
feat: flex component documentation