list-select
TypeScript icon, indicating that this package has built-in type declarations

1.1.3 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i list-select

Weekly Downloads

2

Version

1.1.3

License

MIT

Unpacked Size

16.7 kB

Total Files

11

Last publish

Collaborators

  • sebastienstordeur