feat(tile): support disabled state for SelectableTile, RadioTile

Closes #539
This commit is contained in:
Eric Y Liu 2021-04-01 14:27:44 -07:00
commit e5d123eb4b
8 changed files with 81 additions and 5 deletions

View file

@ -15,6 +15,12 @@ export interface RadioTileProps
*/
light?: boolean;
/**
* Set to `true` to disable the tile
* @default false
*/
disabled?: boolean;
/**
* Specify the value of the radio input
* @default ""