Created
April 18, 2021 04:44
-
-
Save davidgilbertson/ee8b76734dc983853d783a9f5b4b1470 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Select | |
selectedItemId={selectedItemId} | |
onSelect={setSelectedItemId} | |
options={[ | |
{value: Size.Small, children: 'Small'}, | |
{value: Size.Medium, children: 'Medium'}, | |
{value: Size.Large, children: 'Large', disabled: true}, | |
]} | |
required | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment