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.
| Property | Description | Accepted Type |
|---|---|---|
| disabled? | You can use it to disable an Item and the interaction with it | boolean |
| hidden? | Hide the Item dinamically | boolean |
| text | Text that Item will render and user will read | string |
| closeOnCLick? | By default its true and it will prevent that menu closes automatically when user interact with click or keyboard | boolean |