Textarea Input (Default)

x
Param Description Input

1
2
3
4
modifiers = [readonly ? :readonly : nil, disabled ? :disabled : nil, full_width ? 'full-width' : nil].compact
error = 'Error: Your name is required' if error
render DesignSystem::Form::TextareaInputComponent.new(id: :foo, label:, hint:, modifiers:, error:)