New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zohodesk/base

Package Overview
Dependencies
Maintainers
26
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zohodesk/base

  • 1.0.1-alpha.2059
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-88.89%
Maintainers
26
Weekly downloads
 
Created
Source

Text area component props disgins

MUI :

MUI used props similiar in Input API

<TextareaAutosize 
autoComplete 
autoFocus 
classes
color 
components 
componentsProps 
defaultValue	
disabled	
disableUnderline	
endAdornment	
error
fullWidth	
id	
inputComponent	
inputProps	
inputRef
margin		
maxRows
minRows	
multiline
name	
onChange	
Signature
placeholder	
readOnly
required
rows
startAdornment	
sx
type
value 
/>
Ant Design:
<Textarea
allowClear
autoSize
bordered
defaultValue
maxLength
showCount
value
onPressEnter
onResize
/>

React Spectrum :

<TextArea
icon
isQuiet
isDisabled	
isReadOnly	
validationState	
isRequired	
necessityIndicator

description
errorMessage	
autoFocus	
value
defaultValue
label	
autoComplete
maxLength
minLength
name
pattern
type
inputMode
labelPosition	
labelAlign
necessityIndicator
/>

Our UCL component:

<TextArea
variant - Flushed, Outlined, Plain
size - small, medium, large

id
name
placeholder 
value
defaultValue
minLength
maxLength
required 
readOnly
disabled

rows 
cols
resize

autoFocus 
onChange

{...automationProps}
{...ariaProps}
{...customStyleProps}
{...tagAttributeProps}
{...tagGeneralAttributeProps}
/>

Removed props : active, hovered, focusClass - no need, color - As refered figma, There is no color variant.

Existing Props workAround: animateOnFocus - No need this. workaround: onFocus

Pending

  • Need common prop description for customStyle, customReducer, automationId, tagAttributes and tagGeneralAttributes
  • Button's unit test case not yet done for useButtonAria
  • Button's unit test case not fully done for cssJSLogic.spec.js

FAQs

Package last updated on 23 Aug 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc