Skip to content

Instantly share code, notes, and snippets.

@MrOpperman
Last active January 6, 2020 09:12
Show Gist options
  • Save MrOpperman/2bf33700a45169ef7608fb919742c66b to your computer and use it in GitHub Desktop.
Save MrOpperman/2bf33700a45169ef7608fb919742c66b to your computer and use it in GitHub Desktop.
JS library interface style examples (React focused)
<!-- Material-ui -->
<Button variant="contained" color="primary">
Hello world
</Button>
<!-- Semantic UI -->
<button class="ui button">Follow</button>
<!-- React bootstrap -->
<Button variant="primary">Primary</Button>
<!-- Shards React -->
<Button outline theme="secondary">
Hello world
</Button>
<!-- Evergreen -->
<Button appearance="primary">Hi Evergreen!</Button>
<!-- Elemental UI -->
<Button type="primary">Primary</Button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment