1.0.3 • Published 2 years ago

rotenx-input-text-emojis v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.0.3

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago