New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-ui-validations

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-ui-validations

Validations for retail-ui

0.1.2
Source
npm
Version published
Weekly downloads
133
19.82%
Maintainers
2
Weekly downloads
 
Created
Source

react-ui-validations

Travis npm

Набор компонентов, реализующих поведение валидаций по контур-гайдам.

Документация

Использование

npm install --save react-ui-validations
import {ValidationContainer, ValidationWrapperV1} from 'react-ui-validations';
 
export default class MyAwesomeComponent extends React.Component {
  render() {
    return (
      <ValidationContainer>
        <ValidationWrapperV1 validationInfo={{error: true, message: "Wrong!"}}>
          <Input value="Right?" />
        </ValidationWrapperV1>
      </ValidationContainer>
    );
  }
}

FAQs

Package last updated on 07 Feb 2017

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