formsy-react-components

Bootstrap components for a formsy-react form.

Github星跟踪图

formsy-react-components

Build Status
npm version
GitHub release
GitHub contributors

Note: The work here on the master branch is for upcoming release that supports Bootstrap 4. The source for current (1.x) releases can be found on the release-1.x branch.


formsy-react-components is a selection of React components that render form elements for use in a formsy-react form.

The components render markup to be quickly included in a Bootstrap 4 form. This includes a <label>, help text, and some validation styling tied to formsy’s validation state and validation messages.

Install

To install using yarn:

yarn add formsy-react
yarn add formsy-react-components@next

To install using npm:

npm install --save formsy-react
npm install --save formsy-react-components@next

Browser Support

This should run on browsers where both Bootstrap and React are supported.

  • Internet Explorer: polyfills for Set and Array.from are required.

Usage

import { Form, Input } from 'formsy-react-components';

const MyForm = (props) => {
  return (
    <Form onSubmit={(data) => { console.log(data) }}>
      <Input
        name="firstname"
        label="What is your first name?"
      />
    </Form>
  )
}

Examples

Documentation

Documentation is a work in progress!

  • For a working code example, visit the Playground, then examine the source.
  • There is some information in /docs.

主要指标

概览
名称与所有者twisty/formsy-react-components
主编程语言TypeScript
编程语言JavaScript (语言数: 3)
平台
许可证MIT License
所有者活动
创建于2015-04-29 10:04:39
推送于2023-01-07 03:26:59
最后一次提交2021-06-14 16:59:01
发布数51
最新版本名称v2.0.0-beta.5 (发布于 2020-03-23 22:41:43)
第一版名称v0.0.0 (发布于 )
用户参与
星数288
关注者数8
派生数91
提交数569
已启用问题?
问题数106
打开的问题数5
拉请求数26
打开的拉请求数13
关闭的拉请求数26
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?