Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@logo-elements/form-layout

yusufyilmaz4See license in LICENSE file23.0.14

Web component providing configurable responsive layout for form elements

Logo Elements, Logo, Elements, LEDS, web-components, web-component, web compoonent, web, component, polymer, layout, form, form layout

readme

@logo-elements/form-layout

A web component for building responsive forms with multiple columns.

npm version

<logo-elements-form-layout>
  <logo-elements-text-field label="First Name" value="Jane"></logo-elements-text-field>
  <logo-elements-text-field label="Last Name" value="Doe"></logo-elements-text-field>
  <logo-elements-text-field label="Email" value="jane.doe@example.com"></logo-elements-text-field>
</logo-elements-form-layout>

Installation

Install the component:

npm i @logo-elements/form-layout

Once installed, import the component in your application:

import '@logo-elements/form-layout';

For more detailed information, please visit:

Logo Elements Documentation ↗