react-bulma
react-bulma copied to clipboard
Feature/add columns component
I've just made the basics. It will be complete, And please left your comments and lemme know what you think and what is your idea? Let's work together on this.
I am really hopeful for this to get added but I think some changes could be made. The text alignment can always be passed in as a className so it just adds overhead to the api and documentation. Also I think having the gap and multiline props would be nice
@skbolton Yeah, I'm with you. And I've deleted the text alignments. Also, I'll commit the new changes.
I think to match the api elsewhere the is part of the props should be dropped so
<Columns multiline gapless>
<Column is={2}>
<h1>Hey there</h1>
</Column>
</Columns>
instead of
<Columns isMultiline isGapless>
<Column is="is-2">
<h1>Hey there</h1>
</Column>
</Columns>
@skbolton Can you do that? I just busy right now.
Yeah I can get it
@kulakowka Let's work on it together. What's your idea about it until here? gimme a feedback and I'll complete this.
Do you have some news about the Columns feature progress ? :)
This feature is important, will be fixed and merged?