2.14.0

Form

Bolt component for forms and form elements

Published

History
View changes
Install
yarn add @bolt/components-form
Source code
View on Github
Dependencies
@bolt/components-button @bolt/components-headline @bolt/components-icon @bolt/core-v3.x

A collection of fieldsets to create a form. Part of the Bolt “Components” CSS framework that powers the Bolt Design System.

Install via NPM
npm install @bolt/components-form
Overview Usage Schema Edit this page Testing Steps
{% include "@bolt-components-form/form.twig" with { text: "This is a form", url: "#!", } only %}

Note: when assigning component props as HTML attributes on a web component, make sure to use kebab-case.

Prop Name Description Type Default Value Option(s)
icon_size

Customize the size of the input icon used

medium
Debug Panel