4.0.1 • Published 12 months ago

@heycar-uikit/dropdown v4.0.1

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
12 months ago

HeyCar-UIKit - Dropdown

Tests Coverage Status Demo build Commitizen friendly

The Dropdown components use element to create a drop-down list. The element is most often used in a form, to collect user input.

Installation

To install and save in your package.json dependencies, run the command below using npm:

npm install @heycar-uikit/dropdown

Usage

import Dropdown from '@heycar-uikit/dropdown';

function App() {
  return (
    <div>
      <Dropdown id="marque" labelFor="marque" label="Marque label">
        <option value="Marque">Marque</option>
        <option value="saab">Saab</option>
        <option value="opel">Opel</option>
        <option value="audi">Audi</option>
      </Dropdown>
    </div>
  );
}

Documentation and sandbox

Storybook documentation and sandbox

4.0.1

12 months ago

3.0.0

1 year ago

2.1.2

1 year ago

2.2.0

1 year ago

2.1.3

1 year ago

4.0.0

1 year ago

2.0.3

1 year ago

2.1.1

1 year ago

2.0.2

1 year ago

2.0.5

1 year ago

2.0.4

1 year ago

2.0.7

1 year ago

2.0.6

1 year ago

2.1.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago