Tagsarea

A textarea-resembling interface to write posts in form of separated tags
Alternatives To Tagsarea
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
React Native Clean Form4612724 years ago4January 03, 201841mitJavaScript
Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
Thecyberhub.org52
a day ago4mitJavaScript
Welcome to TheCyberHUB, a community-driven platform for hackers, cybersecurity enthusiasts, and IT professionals. Our platform provides a variety of free resources, including Capture The Flag (CTF) challenges, courses, blogs, forums, and much more.
Forms With Formik23
5 years agomit
A source repository for a blog post about dynamic forms with Formik
Svelte Multistep Form16
2 years ago2mitJavaScript
Svelte MultiStep Form like, this component is still in beta stage
React Native Nubank7
a year ago16mitJavaScript
This project was developed as a form of study using React Native in order to learn and refactor the Nubank application in a simpler way, without many functionalities.
Chicagotechevents.com5
2 years ago107JavaScript
Website for chicagotechevents.com - The best web, tech and startup events in Chicago
Receipt Form5
8 months ago25TypeScript
Receipt form as a lambda function and React app
Mentari3
4 years agon,ullmitJavaScript
Dana Cita UI Kit
React Redux Jwt Auth3
3 years ago3JavaScript
This project developed as a form of study using some libraries that the job market asked for today, containing a good structure of files and organization of code. Run the application and be happy.
Tagsarea2
a year ago31JavaScript
A textarea-resembling interface to write posts in form of separated tags
Alternatives To Tagsarea
Select To Compare


Alternative Project Comparisons
Readme

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

Popular Form Projects
Popular Styled Components Projects
Popular User Interface Components Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Javascript
Form
Styled Components
Textarea