Skip to content

Commit

Permalink
Update TS docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinH committed Oct 15, 2019
1 parent 82a023d commit 068beea
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/pages/components/text-fields/FilledTextFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ export default function FilledTextFields() {
margin="normal"
variant="filled"
/>
<TextField
id="filled-secondary"
label="Secondary color"
className={classes.textField}
margin="normal"
color="secondary"
variant="filled"
/>
<TextField
id="filled-uncontrolled"
label="Uncontrolled"
Expand Down
8 changes: 8 additions & 0 deletions docs/src/pages/components/text-fields/OutlinedTextFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ export default function OutlinedTextFields() {
margin="normal"
variant="outlined"
/>
<TextField
id="outlined-secondary"
label="Secondary color"
className={classes.textField}
margin="normal"
color="secondary"
variant="outlined"
/>
<TextField
id="outlined-uncontrolled"
label="Uncontrolled"
Expand Down
7 changes: 7 additions & 0 deletions docs/src/pages/components/text-fields/TextFields.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,13 @@ export default function TextFields() {
onChange={handleChange('name')}
margin="normal"
/>
<TextField
id="standard-secondary"
label="Secondary color"
className={classes.textField}
margin="normal"
color="secondary"
/>
<TextField
id="standard-uncontrolled"
label="Uncontrolled"
Expand Down

0 comments on commit 068beea

Please sign in to comment.