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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    0
  • 1.0.1
    0
  • 1.0.0
    0

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