c5-tiny-package
v0.0.2
Published
small typescript library
Readme
C5 tiny package
this is a little typescript package
Component in Library
Select
| Prop | Type | Required | Default value | | :------- | :------: | :-----: | :----- | | data | anything | ✅ | empty | | displayValue | keyof data | ✅ | empty | | label | string | ✅ | empty | | onSelect | function | | empty | | labelPosition | 'top', 'left' | | 'top' |
Table
| Prop | Type | Required | Default value | | :------- | :------: | :-----: | :----- | | data | anything | ✅ | empty | | headers | ITableHeader[] | ✅ | empty | | backgroundColorClass | string | | empty | | backgroundColorStyle | string | | empty | | textColorClass | string | | empty | | textColorStyle | string | | empty | | footerBackgroundClass | string | | empty | | footerBackgroundColorStyle | string | | empty | | footerTextColorClass | string | | empty | | footerTextColorStyle | string | | empty | | hoverClass | string | | empty | | striped | boolean | | true | | stripeEvenClass | string | | empty | | stripeOddClass | string | | empty |
