Other in page components - adeo/mozaic-design-system GitHub Wiki

color

to use a color, add to your markdown the following :

# color

<color value="#cf59c6" name="my-color"></color>

inline do and don't hint

# color

<hintitem>always use that for this pupose</hintitem>
<hintitem dont="true">don't do that !</hintitem>

hint block

# anything

<hint type="dont">
   <!-- Put any html here -->
</hint>

<hint type="do" title="A good usage of the magic unit">
   <!-- Put any html here -->
</hint>

you can use hintitem inside hint blocks

# anything
<hint type="do" title="A good usage">
   <hintitem>always use that for this pupose</hintitem>
   <hintitem>do this too</hintitem>
</hint>
⚠️ **GitHub.com Fallback** ⚠️