1.0.4 • Published 8 months ago

@exmg/exm-search v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

<exm-search> Published on npm

exm-search

Exmg search provides an search input in material 3 style

Installation

npm install @exmg/exm-search

Example Usage

<exm-search placeHolder="Filter table.." @search-value-change="${() => console.log('update')}"></exm-search>

API

Properties/Attributes

NameTypeDefaultDescription
bubblesbooleanfalseWhether or not the change events need to bubble
placeHolderstringSearchDefault value for placeholder

Styles

Custom propertyDescriptionDefault
--exm-search-outline-coloroutline color--md-outlined-field-hover-outline-width;
--exm-search-outline-widthoutline width1px;
--exm-search-container-shapecontainer shape4px;
--exm-search-focus-input-text-colorfocus input text color--md-sys-color-on-surface;
--exm-search-focus-label-text-colorfocus label text color--md-sys-color-primary;
--exm-search-focus-icon-colorfocus icon color--md-sys-color-on-surface-variant;
--exm-search-focus-outline-colorfocus outline color--md-sys-color-primary;
--exm-search-focus-outline-widthfocus outline width1px;
--exm-search-hover-input-text-colorhover input text color--md-sys-color-on-surface;
--exm-search-hover-label-text-colorhover label text color--md-sys-color-on-surface;
--exm-search-hover-outline-colorhover outline color--md-sys-color-on-surface
--exm-search-input-text-colorinput text color--md-sys-color-on-surface;
--exm-search-input-text-fontinput text font--md-sys-typescale-body-large-font;
--exm-search-input-text-line-heightinput text line height--md-sys-typescale-body-large-line-height;
--exm-search-input-text-sizeinput text size--md-sys-typescale-body-large-size;
--exm-search-input-text-weightinput text weight--md-sys-typescale-body-large-weight;
--exm-search-label-text-colorlabel text colormd-sys-color-on-surface-variant;
--exm-search-label-text-fontlabel text font--md-sys-typescale-body-large-font;
--exm-search-label-text-line-heightlabel line height--md-sys-typescale-body-large-line-height;
--exm-search-label-text-sizelabel text size--md-sys-typescale-body-large-size;
--exm-search-label-text-weightlabel weight--md-sys-typescale-body-large-weight;
--exm-search-icon-coloricon color--md-sys-color-on-surface-variant;
--exm-search-icon-sizeicon size24px;
--exm-search-outline-coloroutline color--md-sys-color-outline;
--exm-search-outline-widthoutline color width1px;

Additional references

1.0.4

8 months ago

1.0.3

9 months ago

1.0.2

11 months ago

1.0.1

1 year ago

1.0.0

1 year ago