couds / react-bulma-components

React components for Bulma framework
MIT License
1.2k stars 129 forks source link

Navbar.Item is missing arrowless prop in typescript #402

Closed christopherpickering closed 7 months ago

christopherpickering commented 1 year ago

Describe the bug Navbar.Item is missing arrowless prop in typescript definition.

To Reproduce Steps to reproduce the behavior:

<Navbar.Item href="/" active={isActive('/')} arrowless="true">

Versions

Additional context Add any other context about the problem here.