-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
#180 - Generic React components #220
Conversation
… comply with Bulma style modifiers.
Branch name, pr message, nice work...🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥 |
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.
Can we make the id prop required or provide a default id if none is provided per our conversation on Tuesday?
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
Closes #180
@brodly
NOTE: Dropdown component is not included in this PR. Slightly more involved than the other components and will be split into its own ticket.
Generic React components adhering to Bulma style modifiers:
Components receive props corresponding with Bulma modifiers, which are passed to classNames for conditional class name generation.
Bulma-checkradio and Bulma-switch used to extend Bulma functionality.