Appearance
NounAccessory
Use this component to render a noun accessory
NounAccessory with background
html
<NounAccessory accessories="bling-anvil" bg-color="d5d7e1"></NounAccessory>
NounAccessory without background
html
<NounAccessory accessories="bling-anvil"></NounAccessory>
NounAccessory Fit Bounds
html
<NounAccessory accessories="bling-anvil" fit-to-bounds></NounAccessory>
NounAccessory, Render as IMG instead of SVG
html
<NounAccessory
accessories="bling-anvil"
bg-color="e1d7d5"
render-type="img"
></NounAccessory>