1.0.17 • Published 4 years ago
switch-emoji v1.0.17
Switch Emoji 💃
No longer mantained. Consider using svg-emojis.
Consistent emojis across devices.
Choose your emoji flavor from Twemoji, GitHub emojis, or OpenMoji.
GitHub | OpenMoji | |
---|---|---|
Installation
npm install --save switch-emoji
Usage
import { Semoji } from "switch-emoji";
export function SomeComponent() {
return <Semoji emoji="👋" source="GitHub" />;
}
You can wrap Semoji
to create you own Emoji
React component with your flavor of choice:
import React from "react";
import { Semoji, SemojiProps } from "switch-emoji";
type Props = Omit<SemojiProps, "source">;
export function Emoji(props: Props): JSX.Element | null {
return <Semoji {...props} source="Twitter" />;
}
Read the documentation 📘.
TypeScript
The component is written in TypeScript and type definitions are included.
Contributing
All type of contributions are welcome!
Show your support
Give a ⭐️ if you like this project!
LICENSE
1.0.17
4 years ago
1.0.16
4 years ago
1.0.15
4 years ago
1.0.14
4 years ago
1.0.11
4 years ago
1.0.12
4 years ago
1.0.10
4 years ago
1.0.9
4 years ago
1.0.8
4 years ago
1.0.7
4 years ago
1.0.6
4 years ago
1.0.5
4 years ago
1.0.4
4 years ago
1.0.3
4 years ago
1.0.2
4 years ago
1.0.1
4 years ago
1.0.0
4 years ago
0.1.1
4 years ago
0.1.0
4 years ago