italia / design-react-kit

Il toolkit React conforme alle linee guida di design per i siti internet e i servizi digitali della PA.
https://italia.github.io/design-react-kit/
BSD 3-Clause "New" or "Revised" License
152 stars 80 forks source link

[FEATURE] add 'to' prop to BottomNavItem #1046

Closed Nick87 closed 3 months ago

Nick87 commented 3 months ago

Add a to prop to the BottomNavItem component so that, if a react-route-dom's NavLink is used as tag, we can leverage its client-side routing capabilities.

See #1047