0.0.10 • Published 1 year ago

@ounch/react-components v0.0.10

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
1 year ago

Ounch React Component Library

Install

npm i @ounch/react-components

Usage

Import component import { CountriesPicker } from '@ounch/react-components';

Import styles in to app.js or index.js or index.scss

import '@ounch/react-components/dist/index.css'

Components

Country Picker

import { CountriesPicker } from '@ounch/react-components';

<CountriesPicker 
    initValue={['MY']} 
    onChange={(data) => console.log(data)} 
    multiple={true}
/>

Development

  • run storybook for dev npm run storybook
  • build package npm run build:lib
  • publish to npm package npm run publish

Resources

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago