Demo: https://htmlelement.github.io/github-primer/demo/
Wraps the css-primer buttons module.
Supported button types
- primary
- danger
- outline
<primer-button [buttonType] [disabled]>Click Me</primer-button>
<link rel="import" href="bower_components/github-primer-elements/button.html" />
<primer-button primary>Click Me</primer-button>
<link rel="import" href="bower_components/github-primer-elements/octicon.html" />
<primer-octicon icon="bug"></primer-octicon>
<link rel="import" href="bower_components/github-primer-elements/octicon.html" />
<primer-markdown>
# Heading
Some Text
- Bullet One
- Bullet Two
</primer-markdown>
<link rel="import" href="bower_components/github-primer-elements/table.html" />
<table is="prime-table">
<tr>
<th>Name</th>
<th>Role</th>
</tr>
<tr>
<td>Stefan Grönke</td>
<td>Maintainer</td>
</tr>
</table>
This project includes the markdown compiler Showdown, GitHub Primer css and octicons.
The WebComponents built from it are licenced under MIT.
Please see LICENCE for detailed information and license texts.