x
1
<label class="rpf-label">What is your name?<small class="rpf-label__hint">Please enter your first and last names</small></label>
1
2
modifiers = [disabled ? :disabled : nil].compact
render DesignSystem::Form::InputLabelComponent.new(label:, hint:, markdown_hint:, modifiers:)
Param Description Input