Appearance
NounHead
Use this component to render a noun head
NounHead with background
html
<NounHead head="bag" bg-color="d5d7e1"></NounHead>
NounHead without background
html
<NounHead head="bag"></NounHead>
NounHead Fit Bounds
html
<NounHead head="bag" fit-to-bounds></NounHead>
NounHead, Render as an IMG instead of SVG
html
<NounHead head="bag" bg-color="d5d7e1" render-type="img"></NounHead>