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
Spinner Design Document
General usage example:
<bl-spinner></bl-spinner>
Default size is var(--bl-font-size-m) and default color is var(--bl-color-primary). But any size and color can be set like this:
var(--bl-font-size-m)
var(--bl-color-primary)
<bl-spinner size="32px" color="#FFF"></bl-spinner>
The color and size can be set like this:
<bl-spinner size="3rem" color="var(--bl-color-success)"></bl-spinner>
The disabled can be set like this:
<bl-spinner disabled></bl-spinner>
The overlay can be set like this:
<bl-spinner overlay size="var(--bl-font-size-l)" color="var(--bl-color-secondary)"></bl-spinner>
size
3rem
32px
color
disabled
false
overlay
The text was updated successfully, but these errors were encountered:
feat: spinner component (#877)
9fad8ca
closes #866
🎉 This issue has been resolved in version 3.2.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
MertOzbudak
Successfully merging a pull request may close this issue.
Figma Design Document
Spinner Design Document
Implementation
General usage example:
Rules
Usage Examples
Default size is
var(--bl-font-size-m)
and default color isvar(--bl-color-primary)
. But any size and color can be set like this:The color and size can be set like this:
The disabled can be set like this:
The overlay can be set like this:
API Reference
Attributes
size
3rem
,32px
,var(--bl-font-size-m)
)var(--bl-font-size-m)
color
var(--bl-color-primary)
disabled
false
overlay
false
The text was updated successfully, but these errors were encountered: