🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

@s-ui/react-atom-textarea

Advanced tools

Socket logo

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

2.22.0
latest
Version published
Maintainers
0
Created

AtomTextarea

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

documentation issue npm

Issues open NPM

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

Package last updated on 28 Jan 2025

Did you know?

Socket

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