0.5.1 • Published 1 year ago

@ryanbrandt/react-quick-ui v0.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

  1. react (>=18.0.0)
  2. react-dom (>=18.0.0)
  3. react-transition-group (>=4.4.2)
0.3.0

1 year ago

0.5.0

1 year ago

0.5.1

1 year ago

0.2.1

1 year ago

0.2.0

3 years ago

0.1.0

3 years ago