Read Me | Using the Components | <sgnw-components /> | <fsw-components /> | Change Log


fsw-symbol in header

<h1><fsw-symbol symbol="S10011"></fsw-symbol></h1>

<a href="#fsw-symbol-in-link"><fsw-symbol symbol="S10011"></fsw-symbol></a>

fsw-symbol with css style attribute

<fsw-symbol style="font-size:30px;color:red;background:yellow;" symbol="S10011"></fsw-symbol>

fsw-symbol with style string

<fsw-symbol styling="-P10G_yellow_D_red,yellow_Z2" symbol="S10011"></fsw-symbol>

fsw-symbol with symbol inside

The symbol key can be placed inside the tag, but this style is discouraged as it may cause unintended consequences.

S10011

<fsw-symbol>S10011</fsw-symbol>

S10011

<fsw-symbol style="font-size:30px;color:red;background:yellow;">S10011</fsw-symbol>

S10011-P10G_yellow_D_red,yellow_Z2

<fsw-symbol>S10011-P10G_yellow_D_red,yellow_Z2</fsw-symbol>

S10011

<fsw-symbol styling="-P10G_yellow_D_red,yellow_Z2">S10011</fsw-symbol>