Dashboard
PHP:
8.4.22
OS:
Linux
User:
auroyplofl
/
/
home
/
auroyplofl
/
www
/
wp-content
/
themes
/
Divi
/
common
/
stories
/
controls
/
input
📤 Upload
📝 New File
📁 New Folder
Close
Editing: textarea.stories.js
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', }, };
Save
Cancel