Skip to content

Link2Twenty/l2t-paper-color

Repository files navigation

Published on webcomponents.org Published on Vaadin  Directory Stars on vaadin.com/directory

l2t-paper-color

Dialogue box for selecting colors

gif

Install with bower

First you need bower, see their site for details

bower install --save l2t-paper-color

Examples

  <l2t-paper-color></l2t-paper-color>

Styling

The following custom properties are available for styling:

Custom property Description Default
--l2t-paper-color-width width of input 120px
--l2t-paper-color-indicator-icon style for color indicator (programmatically set) transparent
--l2t-paper-color-indicator-icon-display display style for color indicator (programmatically set) none

Attributes

Public

Attribute Name Functionality Type Default
alwaysFloatLabel always-float-label: boolean label always in float position boolean false
colors array to store list of colors Array false
disabled boolean input diabled Number 5
hideAdvanced boolean to hide advance button boolean false
label string to store hex color value string "Color select"
noLabelFloat boolean remove label when value contains text boolean false
readonly boolean input read only boolean false
value string for value of input string ""

Methods

Private

Method Name Action
_colorUpdate() Updates styles to match value
_createDialog Create dialog on first request
_dialogHandler(e) If dialog is confirmed update value
_openDialog() Open dialog if not readonly