Socket
Socket
Sign inDemoInstall

@s-ui/react-atom-textarea

Package Overview
Dependencies
19
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

@s-ui/react-atom-textarea

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


Version published
Maintainers
1
Weekly downloads
1,889
decreased by-32.75%

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 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