Skip to content

SebastienStordeur/Hrnet-Plugin-List

Repository files navigation

selectlist

Install

npm install --save list-select

Usage

import { ListSelect } from "list-select";

<ListSelect data={array} headline={headline} />

Props list :

| Props               | Required | Type          | Class Equivalent
| data                | true     | string[]      | 
| headline            | true     | string|number |
| class               | false    | string        | wrapper
| listContainerStyle  | false    | string        | list-container
| listStyle           | false    | string        |
| activeValueStyle    | false    | string        | active-list
| defaultListStyle    | false    | string        | default-list
| id                  | true     | string        |

class, labelStyle, activeValueStyle, defaultListStyle are just different applied classes

License

MIT © SebastienStordeur

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published