1.0.1 • Published 3 years ago

jk-oc-form-select v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

JK OC Form Select

A React component that generates a dropdown list based on the provided data.

Installation

You can install the package using npm:

npm install jk-oc-form-select

Usage

Import the component and render it with the data you want to display:

import React from 'react';
import FormSelect from 'jk-oc-form-select/dist/FormSelect';

const data = [
  { value: 'option1', label: 'Option 1' },
  { value: 'option2', label: 'Option 2' },
  { value: 'option3', label: 'Option 3' },
];

const MyComponent = () => (
<FormSelect data={data} />
);
1.0.1

3 years ago

1.0.0

3 years ago

0.1.11

3 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago