Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
6
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

> Help Text is a feedback that the system gives users to make them clearly understand which information is required


Version published
Weekly downloads
2.8K
increased by43.69%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

AtomHelpText

Help Text is a feedback that the system gives users to make them clearly understand which information is required

Installation

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

Usage

Basic usage

import AtomHelpText from '@s-ui/react-atom-help-text'

return (
  <div>
    <input style={input}
      type='text'
    />
    <AtomHelpText text='hello help text'/>
  </div>
)

Find full description and more examples in the demo page.

FAQs

Last updated on 06 Oct 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc