Smoothly Inclusive Component Library Documentation

Published: March 08, 2021 | 1 min read

Button

Buttons allow users to perform single-click actions such as adding, deleting, or submitting an event.


Editable fancy code

Behold! Pass react-live as a prop to your jsx codeblock and edit away.

<Button>Click me</Button>

Syntax highlighting

You can have nice syntax highlighting with prism-react-renderer

<Button>Click me</Button>

Non-editable code

Pair your static code with a component by passing the displaybox prop to the jsx codeblock.

<Button>Click me</Button>

If you haven't yet, head on over and check out the excellent TECH(K)NOW Day lineup.

Back to top