1.0.2 • Published 6 years ago

tagsarea v1.0.2

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

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

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago