Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

ox2-ui/select

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package is no longer maintaned.

@ox2/select

NPM version

Wrapper components of react-select package.

Features

  • Premade types Have premade styled types for quick usage.
  • Images and Icons Premade type to support image and icon select items.
  • Colors Premade type to support colored text or label `select items

Installation

Install using npm:

npm install @ox2/select --save

Install using yarn:

yarn add @ox2/select

Usage

import Select from '@ox2/select/Select';

const handleUpdate = (value) => console.log('👾👾', value);

<Select
  options={myItems}
  onUpdate={handleUpdate}
/>

Change Log

Changes are tracked in the CHANGELOG.md

License

MIT

About

📮 Select components

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published