utilities
svg
SVG
Bamboo provides utilities for styling SVG elements.
Bamboo provides utilities for styling SVG elements.
<svg className={css({ fill: 'blue.500', stroke: 'blue.700', strokeWidth: '1px' })} />
| Prop | CSS Property | Token Category |
|---|---|---|
fill | fill | colors |
stroke | stroke | colors |
strokeWidth | stroke-width | borderWidths |