Update gh-pages
parent
1c05b38a9e
commit
08eb6db270
2537
docs/bundle.js
2537
docs/bundle.js
File diff suppressed because it is too large
Load Diff
|
@ -35,11 +35,13 @@
|
|||
font-family: Courier;
|
||||
}
|
||||
|
||||
.row + .row {
|
||||
.row + .row,
|
||||
.row-small + .row {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.row-small {
|
||||
.row + .row-small,
|
||||
.row-small + .row-small {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
|
@ -51,9 +53,21 @@
|
|||
font-size: 21px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div></div>
|
||||
<div class="row" id="picker"></div>
|
||||
|
||||
<div class="row-small">
|
||||
<a class="github-button" href="https://github.com/missive/emoji-mart" data-size="large" data-show-count="true" aria-label="Star missive/emoji-mart on GitHub">Star</a>
|
||||
</div>
|
||||
|
||||
<div class="row">
|
||||
<a title="Team email, team chat, team tasks, one app" href="https://missiveapp.com"><img width="30" alt="Missive | Team email, team chat, team tasks, one app" src="https://user-images.githubusercontent.com/436043/32532559-0d15ddfc-c400-11e7-8a24-64d0157d0cb0.png"></a>
|
||||
<br>Brought to you by the <a title="Team email, team chat, team tasks, one app" href="https://missiveapp.com">Missive</a> team
|
||||
</div>
|
||||
|
||||
<script src="./bundle.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
@ -72,18 +72,8 @@ class Example extends React.Component {
|
|||
onSelect={console.log}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div className="row-small">
|
||||
<iframe
|
||||
src='https://ghbtns.com/github-btn.html?user=missive&repo=emoji-mart&type=star&count=true'
|
||||
frameBorder='0'
|
||||
scrolling='0'
|
||||
width='90px'
|
||||
height='20px'
|
||||
></iframe>
|
||||
</div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
|
||||
ReactDOM.render(<Example />, document.querySelector('div'))
|
||||
ReactDOM.render(<Example />, document.querySelector('#picker'))
|
||||
|
|
Loading…
Reference in New Issue