feat(number-input): support readonly variant

Ref: d0bd8eddb
This commit is contained in:
Eric Y Liu 2021-07-09 11:34:36 -07:00
commit b8786956e2
2 changed files with 8 additions and 0 deletions

View file

@ -31,6 +31,10 @@ components: ["NumberInput", "NumberInputSkeleton"]
<NumberInput light label="Clusters" />
### Read-only variant
<NumberInput readonly label="Clusters" />
### Extra-large size
<NumberInput size="xl" label="Clusters" />