rotenx-input-text-emojis

1.0.3 • Public • Published

rotenx-input-text-emojis

rotenx is a collection of library and input-text-emojis is emoji input with text

NPM JavaScript Style Guide

Install

npm install --save rotenx-input-text-emojis

Usage

import React, { Component } from 'react'

import Input from 'rotenx-input-text-emojis'
import 'rotenx-input-text-emojis/dist/index.css'

class Example extends Component {
  render() {
    return <Input onChange={(e) => {console.log(e)}} onEnter={(e) => {console.log(e)}} />
  }
}

License

MIT © anshitmishra

/rotenx-input-text-emojis/

    Package Sidebar

    Install

    npm i rotenx-input-text-emojis

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    1.55 MB

    Total Files

    8

    Last publish

    Collaborators

    • rotenx