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 &
19 lines (17 loc) • 444 B
text/typescript
import WOIRadioButton from "../components/WOIRadioButton";
export default {
title: 'WOI Radio Button',
component: WOIRadioButton,
tags: ['autodocs'],
};
export const Default = {
args: {
size: 24,
activeBorderColor: '#33B8FF',
inActiveBorderColor: '#D3D3D3',
borderWidth: 2,
activeColor: '#33B8FF',
inActiveColor: '#D3D3D3',
isSelected: false,
},
};