1.13.96 • Published 2 years ago

@myntra/uikit-component-input-text-area v1.13.96

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

import InputTextArea from './src/input-text-area'

InputTextArea

const [value, setValue] = useState();

<InputTextArea value={value} onChange={setValue} />

InputTextArea Disabled

const [value, setValue] = useState();

<InputTextArea value={"Lorem Khaled Ipsum is a major key to success. It’s important to use cocoa butter. It’s the key to more success, why not live smooth? Why live"} disabled onChange={setValue} />