1.1.3 • Published 2 years ago

list-select v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago