Skip to content

Release Notes

Choose a tag to compare

@couds couds released this 16 Aug 12:47
· 167 commits to master since this release

A lot of Internal improvements!!

  • Migrated almost all components to funcional ones again (there are a few that have internal state so they are still classes).
  • Now all components have props for all the Bulma helpers https://bulma.io/documentation/modifiers/
  • The Mobile Menu of the navbar is now a controlled component so you should pass as prop if the menu its opened
  • The Storybook now have the working code of the component For example the Button
  • The Storybook now implement some knob to see how the compoent behave depending of the props
  • Added a new component Element that do no add any bulma class but have all the props to use the helpers Docs