⚛ Minimalist React.js modal component
# npm
npm install react-modable
# yarn
yarn add react-modable
react-modable uses storybook for visually testing components. First, install dependencies and then run storybook server.
# npm
npm install && npm run storybook
# yarn
yarn && yarn run storybook
Finally open your browser in http://localhost:57548/?path=/story/modal--basic-modal.
Enhancements and contributions are welcome to the project. Feel free to open issues, create PR and improve the way react-modable works!.