v0.1.4
版本发布时间: 2020-09-27 06:23:28
thedodd/ybc最新发布版本:v0.4.0(2023-04-20 23:11:40)
added
- Add prop
padded
to Navbar. Setting this to true will wrap the contents of the navbar in a container to add padding to the contents under some circumstances. - The default tag type for NavbarItems is now
div
. - Added the
href
,rel
&target
props to theNavbarItem
component. They will only be used when theNavbarItemTag::A
is being used for the component. - Added the
rel
&target
props to theButtonAnchor
component. - Adds an additional size for heros:
is-fullheight-with-navbar
. This one is present in the Bulma docs, but is slightly hidden.