Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
spawns
/
wp-content1
/
themes
/
Divi
/
common
/
stories
/
controls
/
input
:
textarea.stories.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import Textarea from '../../../controls/input/textarea'; export default { title: 'Controls/Input/Textarea', component: Textarea, // The actual component argTypes: { onChange: { action: 'changed', table: { disable: true, }, }, }, }; export const WithPlaceholder = { args: { placeholder: 'Enter text here...', className: 'textarea', }, };