
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@_nu/css-textarea
Advanced tools
English | 简体中文
$ yarn add @_nu/css-textarea
@_nu/css-textarea/lib
lib
├── index.css // base style
└── skins
└── default
├── disabled.css // disabled
├── readonly.css // readonly
├── error.css // error state
├── focus.css // on focus
├── hover.css // on hover
├── resize.css // resize
└── count.css // count
| Selector | Function |
|---|---|
| textarea.nu_textarea | base selector |
| .nu_textarea textarea | wrap selector |
<textarea class="nu_textarea" placeholder="nu_textarea"></textarea>
<label class="nu_textarea">
<textarea placeholder="nu_textarea"></textarea>
</label>
For the sake of flexibility these two ways are equivalent.
| Selector | Function | skin |
|---|---|---|
| textarea:disabled | disabled textarea | disabled.css |
| textarea:readonly | readonly textarea | readonly.css |
| textarea:focus | focus textarea | focus.css |
| textarea:hover | hover textarea | hover.css |
| textarea:resize | resize textarea | resize.css |
| .nu_textarea_x | textarea count wrap | count.css |
| .nu_textarea_count | textarea count num | count.css |
| ._error | error textarea | error.css |
FAQs
CSS textarea
The npm package @_nu/css-textarea receives a total of 14 weekly downloads. As such, @_nu/css-textarea popularity was classified as not popular.
We found that @_nu/css-textarea demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
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.

Security News
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.