Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
React Native Clean Form | 461 | 27 | 2 | 4 years ago | 4 | January 03, 2018 | 41 | mit | JavaScript | |
Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components | ||||||||||
Thecyberhub.org | 52 | a day ago | 4 | mit | JavaScript | |||||
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 Formik | 23 | 5 years ago | mit | |||||||
A source repository for a blog post about dynamic forms with Formik | ||||||||||
Svelte Multistep Form | 16 | 2 years ago | 2 | mit | JavaScript | |||||
Svelte MultiStep Form like, this component is still in beta stage | ||||||||||
React Native Nubank | 7 | a year ago | 16 | mit | JavaScript | |||||
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.com | 5 | 2 years ago | 107 | JavaScript | ||||||
Website for chicagotechevents.com - The best web, tech and startup events in Chicago | ||||||||||
Receipt Form | 5 | 8 months ago | 25 | TypeScript | ||||||
Receipt form as a lambda function and React app | ||||||||||
Mentari | 3 | 4 years ago | n,ull | mit | JavaScript | |||||
Dana Cita UI Kit | ||||||||||
React Redux Jwt Auth | 3 | 3 years ago | 3 | JavaScript | ||||||
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. | ||||||||||
Tagsarea | 2 | a year ago | 31 | JavaScript | ||||||
A textarea-resembling interface to write posts in form of separated tags |
A textarea-resembling interface to write posts in form of separated tags
npm install --save tagsarea
or
yarn install tagsarea
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)} />
}
}
Component supports customization through the use of react-jss
styled components.
Available classes: caret
, tagsarea
, tag
.
(Example TBA)
MIT © optimista