This repository was archived by the owner on Dec 23, 2022. It is now read-only.
Update README.md with classes prop example#303
Open
jacobedawson wants to merge 2 commits intoTeamWertarbyte:masterfrom
Open
Update README.md with classes prop example#303jacobedawson wants to merge 2 commits intoTeamWertarbyte:masterfrom
jacobedawson wants to merge 2 commits intoTeamWertarbyte:masterfrom
Conversation
As a relative newbie to Material UI getting my head around styling has taken some time. It wasn't immediately clear to me while reading the docs how to make a small change to some styles (despite the link to material-ui.com). Having a small example of using the classes prop (as proposed in my edit) should make it easier for the uninitiated!
Member
|
@jacobedawson Good point, thanks for the PR. 👍 I'd prefer a linkk to this example instead, it shows how to make beautiful rainbow chips. 🌈 What do you think? |
Author
Yeah perfect, that would be even better :) |
The added link contains a full example of how to use the classes property and adjust styles on the ChipInput component
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As a relative newbie to Material UI getting my head around styling has taken some time. It wasn't immediately clear to me while reading the docs how to make a small change to some styles (despite the link to material-ui.com). Having a small example of using the classes prop (as proposed in my edit) should make it easier for the uninitiated!