Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@s-ui/react-atom-validation-text

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-atom-validation-text

> Validation text is used for indicating whether the entered data is correct. It is provided by using the "Help Text" plus one color each.

  • 1.4.0
  • npm
  • Socket score

Version published
Maintainers
4
Created
Source

AtomValidationText

Validation text is used for indicating whether the entered data is correct. It is provided by using the "Help Text" plus one color each.

Installation

$ npm install @s-ui/react-atom-validation-text --save

Usage

Add text

Just add a text, set through the prop text.

Types

There are defined 3 types (success, error and alert) available at the exported object AtomValidationTextTypes and that can be set through the prop type.

Basic usage

import AtomValidationText from '@s-ui/react-atom-validation-text'

return (<AtomValidationText text="This is the text." type="alert" />)

Find full description and more examples in the demo page.

FAQs

Package last updated on 29 May 2020

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc