Clove
The design and development system built with love from Philadelphia.
Usage (React)
Clove provides a set of React components based on Material UI, as well as:
npm install --save clove @material-ui/core @material-ui/lab react react-dom
Then reuse Material UI components as you normally would,
import { Alert } from "@material-ui/lab";
Usage (CSS)
For other platforms, Clove provides stylesheets of utility classes and components built with Tailwind, compatible with all web technologies.
You may either use the stylesheets directly in your project, or import the Tailwind config to generate your own stylesheets.