1.9.0 • Published 2 years ago

@s-ui/react-atom-help-text v1.9.0

Weekly downloads
1,065
License
MIT
Repository
-
Last release
2 years ago

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.