Skip to content

iandoe/react-svg-emojione

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Emojione

All the Emoticons available in the Emojione set generated as react stateless components.

They are named after their shortcodes for convenience

Usage

import * as Emojione from 'react-emojione';

export default function MyComponent() {
  return (
    <div>
      <Emojione.slight_frown />
    </div>
  );
}

Updating and rebuilding

Running npm run build will rebuild all the components in the dist/ folder

TODO

  • Support alternate emojis (through props)
  • Support alternate shortcodes
  • Figure out why "gay_pride_flag" does not have a corresponding svg file

About

Emojione as a collection of React SVG components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published