woi-react-components
Version:
This project requires NodeJS (version 18 or later) and NPM. [Node](http://nodejs.org/) and [NPM](https://npmjs.org/) are really easy to install. To make sure you have them available on your machine, try running the following command. ```sh $ npm -v &
21 lines (20 loc) • 569 B
JavaScript
import WOICheckBox from "../components/WOICheckBox";
export default {
title: 'WOI Checkbox',
component: WOICheckBox,
tags: ['autodocs'],
};
export var Default = {
args: {
size: 32,
borderRadius: 8,
borderWidth: 3,
activeBorderColor: '#33B8FF',
inActiveBorderColor: '#D3D3D3',
activeBackgroundColor: '#FFFFFF',
inActiveBackgroundColor: '#FFFFFF',
icon: 'https://cdn-icons-png.flaticon.com/512/3106/3106690.png',
iconSize: 36,
isChecked: false,
},
};