@logo-elements/custom-field

23.0.0 • Public • Published

@logo-elements/custom-field

A web component for wrapping multiple components as a single field.

Documentation

npm version

<logo-elements-custom-field label="Enrollment period" helper-text="Cannot be longer than 30 days" required>
  <logo-elements-date-picker id="start" placeholder="Start date"></logo-elements-date-picker>
  &ndash;
  <logo-elements-date-picker id="end" placeholder="End date"></logo-elements-date-picker>
</logo-elements-custom-field>

Installation

Install the component:

npm i @logo-elements/custom-field

Once installed, import the component in your application:

import '@logo-elements/custom-field';

Themes

You can import the LEDS version of the component explicitly:

import '@logo-elements/custom-field/theme/leds/logo-elements-custom-field.js';

Finally, you can import the un-themed component from the src folder to get a minimal starting point:

import '@logo-elements/custom-field/src/logo-elements-custom-field.js';

For more detailed information, please visit:

Logo Elements Documentation

/@logo-elements/custom-field/

    Package Sidebar

    Install

    npm i @logo-elements/custom-field

    Weekly Downloads

    15

    Version

    23.0.0

    License

    See license in LICENSE file

    Unpacked Size

    5.93 kB

    Total Files

    4

    Last publish

    Collaborators

    • furkan.cetin
    • yusufyilmaz
    • serdarates
    • gamzeyapici
    • serhan.gurbuz