cla-item

Item is an element which currently contains a label/input pair e.g.cla-label & cla-picker. Wrapping the pairof elements in this component helps provide a way to label them correctly.

This component can be extended in the future to contain text, icons, avatars, images, inputs, and any other native or custom elements.

e.g:

<cla-item>
  <cla-label hidden="true">Calendar</cla-label>
  <cla-picker name="calendar" value="0" checked="true" iconid="glyphicons-basic-46-calendar"></cla-picker>
</cla-item>

Properties

Property Attribute Description Type Default
orientate orientate "horizontal" | "vertical" 'horizontal'

Built with StencilJS