Closed karloluis closed 9 months ago
Currently there is no usage examples for disabled buttons. It would be helpful to have it available for ease of development.
I leave here an example:
<Button disabled={true} styleDisabled={{color: 'red'}}> A button </Button>
Currently there is no usage examples for disabled buttons. It would be helpful to have it available for ease of development.