Skip to content
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

Column #11

Open
Tracked by #6
ahmad-reza619 opened this issue Jul 28, 2021 · 0 comments
Open
Tracked by #6

Column #11

ahmad-reza619 opened this issue Jul 28, 2021 · 0 comments
Labels
enhancement New feature or request Frontend it's the frontend work good first issue Good for newcomers hacktoberfest
Milestone

Comments

@ahmad-reza619
Copy link
Member

ahmad-reza619 commented Jul 28, 2021

This column component will be like row class in bootstrap. The only difference is instead of class, it's a Component!

And also, this component is like the Box component too, it can accept css styling as props. the spacing will be even between child. and probably will have optional props spacing to determine spacing on each item

<Column margin={10} background="grey.100">
    <Box>1</Box>
    <Box>2</Box>
    <Box>3</Box>
</Column>
This was referenced Jul 28, 2021
@ahmad-reza619 ahmad-reza619 added enhancement New feature or request Frontend it's the frontend work labels Jul 28, 2021
@ahmad-reza619 ahmad-reza619 added this to the v1 milestone Jul 29, 2021
@ahmad-reza619 ahmad-reza619 added this to To do in MVP Jul 29, 2021
@ahmad-reza619 ahmad-reza619 removed this from To do in MVP Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Frontend it's the frontend work good first issue Good for newcomers hacktoberfest
Projects
None yet
Development

No branches or pull requests

1 participant