Created
April 19, 2021 15:41
-
-
Save andion/44ab78633e16a2ad5434a43d4d154d82 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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