thedodd / ybc

A Yew component library based on the Bulma CSS framework.
Apache License 2.0
258 stars 37 forks source link

A few props updates to components. #7

Closed thedodd closed 3 years ago

thedodd commented 3 years ago

Add a new prop to Navbar: padded. 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.