Fusion UI 0.1.0 Help

Input

Displays a form input field or a component that looks like an input field.

Installation

To install the Input component, use the following command:

php bin/console fusion-ui:add input

This will add the Input component to your project.

Usage

To use the Input component in your project, include the following code in your TWIG file:

<twig:ui:input:default type="email" id="email" placeholder="Email" />
<twig:ui:input:textarea id="message" placeholder="Enter your message here..." />
Last modified: 22 mai 2024