Socket
Book a DemoInstallSign in
Socket

@rmb185/react-form-components

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmb185/react-form-components

A library of components for building forms in React

1.3.10
latest
Source
npmnpm
Version published
Weekly downloads
23
53.33%
Maintainers
1
Weekly downloads
 
Created
Source

react-form-components

A library of components for building forms in React

CircleCI

Usage


import {FieldGroup, SelectBox, CheckBox, Input, TextArea} from '@rmb185/react-form-components';

or

const {FieldGroup, SelectBox, CheckBox, Input, TextArea} = require('@rmb185/react-form-components');

<FieldGroup
  key="input name"
  label="First Name"
  className="first-name-wrap">

  <Input
    className="first-name"
    name="first_name"
    type="text"
    required />

</FieldGroup>

Will render:

<div class="first-name-wrap">
    <label class="first-name-wrap__label">First name*</label>
    <input class="first-name text" type="text" name="first_name" required>
</div>

Keywords

React

FAQs

Package last updated on 13 Feb 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.