Merge pull request #73 from nsarafa/master
Installation instructions & stylesheet correctionsrelease
commit
64b408be53
|
@ -6,6 +6,10 @@
|
|||
<br>Brought to you by the <a title="Team email, team chat, team tasks, one app" href="https://missiveapp.com">Missive</a> team
|
||||
</div>
|
||||
|
||||
## Installation
|
||||
|
||||
`npm install --save emoji-mart`
|
||||
|
||||
## Components
|
||||
### Picker
|
||||
```jsx
|
||||
|
|
|
@ -164,7 +164,7 @@
|
|||
|
||||
.emoji-mart-preview-data {
|
||||
left: 68px; right: 12px;
|
||||
word-break: break-word;
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
.emoji-mart-preview-skins {
|
||||
|
@ -232,7 +232,7 @@
|
|||
transition-timing-function: ease-out;
|
||||
}
|
||||
|
||||
.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0 }
|
||||
.emoji-mart-skin-swatch:nth-child(1) { transition-delay: 0s }
|
||||
.emoji-mart-skin-swatch:nth-child(2) { transition-delay: .03s }
|
||||
.emoji-mart-skin-swatch:nth-child(3) { transition-delay: .06s }
|
||||
.emoji-mart-skin-swatch:nth-child(4) { transition-delay: .09s }
|
||||
|
|
Loading…
Reference in New Issue