Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

@s-ui/react-atom-textarea

Package Overview
Dependencies
2
Maintainers
1
Versions
26
Issues
File Explorer

Advanced tools

@s-ui/react-atom-textarea

AtomTextarea a component that wraps a textarea displaying the text passed in the `value` prop

    2.21.0latest
    npm

Version published
Maintainers
1
Weekly downloads
854
decreased by-18.51%

Weekly downloads

Readme

Source

AtomTextarea

AtomTextarea a component that wraps a textarea displaying the text passed in the value prop

Installation

$ npm install @s-ui/react-atom-textarea --save

Usage

After importing the component AtomTextarea like this

import AtomTextarea from '@s-ui/react-atom-textarea'

Basic usage

<AtomTextarea value="Saul Bass on failure" />

Long size

<AtomTextarea size="long" value="Saul Bass on failure: Failure is built into creativity" />

With placeholder

<AtomTextarea placeholder="Write something cool here..." />

Textarea States

The component can receive a success, error or alert state, to highlight his border with colors defined on sui-theme.

<AtomTextarea state="success" />

Find full description and more examples in the demo page.

FAQs

Last updated on 07 Nov 2022

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • 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