Releases: heetch/flamingo
Add custom key feature to Tabs
When using objects as elements for <Tabs />
, React was displaying an error because the component used the object itself as a key.
This release adds a buildKey
function prop to allow the caller to specify how to build a key for each element.
Update react-popper 2.2.5
This release update our react-popper library to it's last version
It changes the way we declare modifiers
in the Popper component.
It also add new props to our Popover component (backgroundColor, borderRadius)
Make Section expandable
v3.2.6 v3.2.6
Add triangle warning icon
Add new triangle warning icon, for braze content cards project.
Documentation
Code examples added to Storybook
Export Badge
Octave forgot to export our new Badge component in the last release.
This release :
-Export Badge component, to be usable.
-Update the readme to remind the steps to create new component.
-Add a new example in Badge story
Add Badge component
This release add the Badge component
Which accept :
textColor
borderRadius
backgroundColor
fontSize
fontWeight
as props