feat(tile): complete RadioTile

Closes #34

- Add Tile to list of supported components
- Make RadioTile composable as a "child" component
This commit is contained in:
Eric Liu 2019-12-20 09:09:55 -08:00
commit 71ddcfccc0
4 changed files with 64 additions and 30 deletions

View file

@ -43,6 +43,16 @@ Currently, the following components are supported:
- TextInput
- TextInputSkeleton
- PasswordInput
- Tile
- ClickableTile
- SelectableTile
- ExpandableTile
- TileAboveTheFoldContent
- TileBelowTheFoldContent
- RadioTile
- Tile
- TileGroup
- RadioTile
- Toggle
- ToggleSkeleton
- ToggleSmall