tagsarea

1.0.2 • Public • Published

tagsarea

A textarea-resembling interface to write posts in form of separated tags

Alt Text

NPM JavaScript Style Guide

Install

npm install --save tagsarea

or

yarn install tagsarea

Usage

import React, { Component } from 'react'

import TagsArea from 'tagsarea'

export default class App extends Component {
  render () {
    return <TagsArea placeholder="Write something" onSubmit={(tags) => console.log(tags)} />
  }
}

Customization

Component supports customization through the use of react-jss styled components.

Available classes: caret, tagsarea, tag.

(Example TBA)

License

MIT © optimista

Readme

Keywords

none

Package Sidebar

Install

npm i tagsarea

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

37.2 kB

Total Files

6

Last publish

Collaborators

  • optimista