1.0.1 • Published 2 years ago

jk-oc-form-select v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 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

2 years ago

1.0.0

2 years ago

0.1.11

2 years ago

0.1.10

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago