🚀 DAY 5 OF LAUNCH WEEK:Introducing Webhook Events for Alert Changes.Learn more
Socket
Book a DemoInstallSign in
Socket

bpk-component-form-validation

Package Overview
Dependencies
Maintainers
7
Versions
481
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bpk-component-form-validation

Backpack form-validation component.

latest
Source
npmnpm
Version
5.1.2
Version published
Weekly downloads
153
1812.5%
Maintainers
7
Weekly downloads
 
Created
Source

bpk-component-form-validation

Backpack form validation component.

Installation

npm install bpk-component-form-validation --save-dev

Usage

import React from 'react';
import BpkFormValidation from 'bpk-component-form-validation';

export default () => (
  <BpkFormValidation id="my-form-validation" expanded>
    A validation message.
  </BpkFormValidation>,
)

Props

PropertyPropTypeRequiredDefault Value
childrennodetrue-
idstringtrue-
expandedbooltrue-
isCheckboxboolfalsefalse
classNamestringfalsenull
containerPropsobjectfalse{}

FAQs

Package last updated on 30 Sep 2022

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