We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color
shrinkLabel
floatLabel
labelPlacement="float"
labelPlacement="top"
labelPlacement="left"
createTheme({{ Field: 'border-0' }})
variant="..."
variant-{name}
.c-button
.s-button
Button
value
selected
The text was updated successfully, but these errors were encountered:
No branches or pull requests
color
prop, or leave it up to usage. Also support background blur and other stylesshrinkLabel
tofloatLabel
(invert and default off)labelPlacement="float"
labelPlacement="top"
andlabelPlacement="left"
createTheme({{ Field: 'border-0' }})
variant="..."
consistentlyvariant-{name}
class or `data-variant="name" attribute to support per-variant styling (helpful with Theme as well)color
prop where it makes sense.c-button
or.s-button
) or use a capital letter for components (Button
). Either would help with conflicts in existing projectscolor
prop, shouldn't be neededvalue
for primitive (number, string),selected
for entity (object)The text was updated successfully, but these errors were encountered: