@n8d/htwoo-patterns
Version:
hTWOo Patterns to setup custom style guide
22 lines (15 loc) • 651 B
Markdown
title: How shimmer / Loading works
order: 0
## Theming support for shimmer
Shimmer also supports theming based on the SharePoint theme. This can be accomplished in two ways.
The following three themes are supported.
* No theme or `hoo-ph-neutral` - use for the neutral based background color gradient.
* `hoo-ph-primary` - use for the primary theme base background colors;
* `hoo-ph-fancy` - use for the fancy gradients based background color gradient.
This style sheet classes can be added to a complete block as well es directly on the placeholder container.
### SCSS Imports
**Main Component**\
@n8d/htwoo-core/components/loading
***