@ks-web-components/ks-catalog
v1.0.3
Published
Smart component that encapsulates a list of web components supported and manage the corresponding distribution of properties for them, also is responsible for the dynamic load of the component.
Downloads
33
Readme
ks-catalog
Smart component that encapsulates a list of web components supported and manage the corresponding distribution of properties for them, also is responsible for the dynamic load of the component.
Usage
npm install @ks-web-components/ks-catalog
Live Example
Attributes
| Property | Attribute | Type | Default | Description | | ---------- | ---------- | ------ | ------- | --------------------------------------------- | | properties | properties | JSON | | Blob of possible properties to connect | | data | data | JSON | | Commonly needed async data for the components | | tag | tag | string | | Tag to decide the component to use |
Supported Components
For specific readme visit the component itself in this same repository
| tag | properties | Description | | -------- | ------------------------------------------- | ---------------------------------- | | ks-pie | options | Highcharts pie abstraction | | ks-kpi | value, subtitle, change, relativeTime, icon | Key progress indicator | | ks-line | options | Highcharts line abstraction | | ks-table | columns, data | SmartHtmlElement table abstraction |