Other elements
Badge
Interfaces:
id: id of component
class: class of component
id: id of component
class: class of component
<Badge>Side fact</Badge>
Expander
Interfaces:
id: id of component
class: class of component
placeholder: text being displayed inside of the button
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
</Expander>
Congrats! You found it
Code
Interfaces:
id: id of component
class: class of component
id: id of component
class: class of component
<Code>const open = true;</Code>
Code
Interfaces:
id: id of component
class: class of component
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";
</CodePanel>
const open = true;
const free = true;
const licence = "MIT";
const free = true;
const licence = "MIT";