Skip to content

Instantly share code, notes, and snippets.

View MrOpperman's full-sized avatar
🌗

MrOpperman

🌗
View GitHub Profile
@MrOpperman
MrOpperman / example.html
Last active January 6, 2020 09:12
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>