0.5.1 • Published 1 year ago
@ryanbrandt/react-quick-ui v0.5.1
react-quick-ui
A React component + hooks for quick UIs
Usage
Install the package
yarn add @ryanbrandt/react-quick-ui
// or
npm install @ryanbrandt/react-quick-ui
Import the distributed stylesheet into the root of your project or a root stylesheet. Both a css
stylesheet and scss
stylesheet are provided and can be used interchangeably. The scss
stylesheet will allow for extension in your project's custom styles.
// index.tsx
import "react-quick-ui/stylesheets/index.css";
// or
import "react-quick-ui/stylesheets/index.scss";
// index.scss
@import "react-quick-ui/stylesheets/index.scss;
Warning: Peer Dependencies Required
react
(>=18.0.0)react-dom
(>=18.0.0)react-transition-group
(>=4.4.2)