Text Input (Default)

x
Param Description Input

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