react-bulma-components
react-bulma-components copied to clipboard
React components for Bulma framework
**Describe the bug** The Input component is missing rounded prop in TypeScript type definition. **To Reproduce** Steps to reproduce the behavior: 1. Add an Input component to your page 2....
Is it possible to get an example where you can switch the active tab to the tab that was last clicked? I am trying using refs so I can set...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Updates bulma from 0.9.2 to 0.9.4. New features from bulma: - New is-underlined class for underlined text and links - New auto value for margin and padding helper classes -...
The type did not match what the component was expecting. Adds `GapSize` type and uses it in `GapProps.gap` + `Columns.gap`.
**Describe the bug** In ts, the align of NavbarContainerProps is limited to left or right. So we can't use 'start' or 'end'. The example in the storybook is wrong. **To...
[Bulma 0.9.4](https://github.com/jgthms/bulma/releases/tag/0.9.4) has been released recently. I will investigate whether code needs to be updated to support the new version.
Use context to store current value, and onSelect function to avoid iterate and overwrite children with cloneElement
Fix #385