quarks-ui-components
v0.0.21
Published
contains a set of polished, flexible & composable React components that work out of the box.
Downloads
25
Readme
Quarks Ui Component Library
contains a set of polished, flexible & composable React components that work out of the box.
Currently, two official plugins are available:
Getting Started
Import the Componet you want to use and the styles and you are good to go.
import { Button } from "quarks-ui-components";
import "quarks-ui-components/dist/style.css";