Detalhes do pacote

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

SUI-Components23.4kMIT1.13.0

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

@s-ui, react, component, atom

readme (leia-me)

AtomHelpText

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

documentation issue npm

Issues open NPM

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.