Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit 1e6616e

Browse files
authored
Add link to complete custom classes example
The added link contains a full example of how to use the classes property and adjust styles on the ChipInput component
1 parent cb0a8d3 commit 1e6616e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,7 @@ You can customize the class names used by `ChipInput` with the `classes` propert
8282
* `helperText`
8383
* `chip`
8484

85-
Example:
86-
`
87-
<ChipInput classes={{ helperText: classes.helperText }} />
88-
`
85+
View a complete example [here](https://github.com/TeamWertarbyte/material-ui-chip-input/blob/master/stories/examples/CustomizedChipInput.js#L32)
8986

9087
Have a look at [this guide](https://material-ui-next.com/customization/overrides/#overriding-with-classes) for more detail.
9188

0 commit comments

Comments
 (0)