Skip to content

rotenx-input-text-emojis 1.0.3

Install from the command line:
Learn more about npm packages
$ npm install @anshitmishra/rotenx-input-text-emojis@1.0.3
Install via package.json:
"@anshitmishra/rotenx-input-text-emojis": "1.0.3"

About this version

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

Details


Assets

  • rotenx-input-text-emojis-1.0.3-npm.tgz

Download activity

  • Total downloads 0
  • Last 30 days 0
  • Last week 0
  • Today 0

Recent versions

View all