Skip to content

Instantly share code, notes, and snippets.

@andion
Created April 19, 2021 15:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andion/44ab78633e16a2ad5434a43d4d154d82 to your computer and use it in GitHub Desktop.
Save andion/44ab78633e16a2ad5434a43d4d154d82 to your computer and use it in GitHub Desktop.
<h1>Buttons</h1>
<Theme name="jedi">
<h2>Jedi theme</h2>
<div className="row">
<Button type="primary">Primary button</Button>
<Button type="primary" size="s">
Primary button small
</Button>
<Button type="secondary">Secondary button</Button>
<Button type="secondary" size="s">
Secondary button small
</Button>
</div>
</Theme>
<Theme name="sith">
<h2>Sith theme</h2>
<div className="row">
<Button type="primary">Primary button</Button>
<Button type="primary" size="s">
Primary button small
</Button>
<Button type="secondary">Secondary button</Button>
<Button type="secondary" size="s">
Secondary button small
</Button>
</div>
</Theme>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment