UNPKG

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 &

10 lines (8 loc) 622 B
import WOIIconButton from './dist/components/WOIIconButton/index'; import WOIParallelogramButton from './dist/components/WOIParallelogramButton/index'; import WOITextButton from './dist/components/WOITextButton/index'; import WOICheckBox from './dist/components/WOICheckBox/index'; import WOIRadioButton from './dist/components/WOIRadioButton/index'; import WOISwitchButton from './dist/components/WOISwitchButton/index'; import WOITextField from './dist/components/WOITextField/index'; export { WOIIconButton, WOIParallelogramButton, WOITextButton, WOICheckBox, WOIRadioButton, WOISwitchButton, WOITextField };