0.3.1 • Published 9 years ago

react-filters v0.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

A collection of Components like autocomplete, radio, checkbox, slider etc. written in React.

##Installation

npm install --save react-filters

##Basic Usage import the component you need to use.

import { Slider, Toggle } from 'react-filters/dist';

If you don't want to use all the components and are concerned about file size, you can just import the component you need.

import Slider from 'react-filters/dist/Slider';
import Toggle from 'react-filters/dist/Toggle';

##Components

Click on the component name to go to their documentation.

##Development 1. Clone the repo 1. Create a new branch. 1. Run npm install && npm run storybook 1. You can find the server running at localhost:9002 1. Add feature or fix bug. Add tests if required. 1. if commit fails make sure that there's no linting error or failed test by running npm run test && npm run lint

##License MIT @ Ritesh Kumar

0.3.1

9 years ago

0.3.0

9 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.0

10 years ago