Pendulo Dropdown

Item

Item component.

The Item component is the one you are going to use all the time to add the options the user will have to select from on each menu. It has some props that will help you handle almost all the situations you will find in your project.

PropertyDescriptionAccepted Type
disabled?You can use it to disable an Item and the interaction with itboolean
hidden?Hide the Item dinamicallyboolean
textText that Item will render and user will readstring
closeOnCLick?By default its true and it will prevent that menu closes automatically when user interact with click or keyboardboolean