1.0.5 • Published 2 years ago

react-checkbox-tis v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-checkbox-tis

NPM JavaScript Style Guide

react-checkbox-tis

Install

npm i react-checkbox-tis

or

yarn add react-checkbox-tis

Usage

import React from 'react';

import { Checkbox, labelPosition } from 'react-checkbox-tis';
import 'react-checkbox-tis/dist/index.css';

const App = () => {
  return (
      <Checkbox
        className='Checkbox'
        onChange={(e, checked) => console.log(checked)}
        label='Remember me'
        color='#0085fe'
        backgroundColor='#0085fecc'
        labelPosition={labelPosition.start}
        darkMode={false}
      />
  );
};

export default App;

License

MIT © boof-tech

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago