Other elements

Badge

Interfaces:
id: id of component
class: class of component
<Badge>Side fact</Badge>
Side fact

Expander

Interfaces:
id: id of component
class: class of component
placeholder: text being displayed inside of the button
<Expander placeholder="Expand or collapse">
Congrats! You found it
</Expander>

Congrats! You found it

Code

Interfaces:
id: id of component
class: class of component
<Code>const open = true;</Code>
const open = true;

Code

Interfaces:
id: id of component
class: class of component
<CodePanel>
const open = true;
const free = true;
const licence = "MIT";
</CodePanel>
const open = true;
const free = true;
const licence = "MIT";