🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@quid/react-forms

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quid/react-forms

Collection of form-related React components, such as buttons, inputs, etc...

4.11.6
latest
Source
npm
Version published
Weekly downloads
3
200%
Maintainers
1
Weekly downloads
 
Created
Source

The @quid/react-forms package provides a comphrensive list of React form elements such as input, labels, buttons, etc... to be used to create forms in your apps.

Most of the components provide the same API of the corresponding HTML element.

Installation

npm install --save @quid/react-forms

# or

yarn add @quid/react-forms

Usage

You can import any of the components as named imports from the package.

import { InputNumber, Label, TextArea } from '@quid/react-forms';

The documentation of each of the exported components is available at https://ui.quid.com/#react-forms

FAQs

Package last updated on 03 Jan 2024

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