@sinskiy/ui
v0.4.10
Published
A simple UI library that I use for my projects, powered by React, Sass and postcss-material-colors
Downloads
34
Maintainers
Readme
@sinskiy/ui
a simple UI library that I use for my projects, powered by React, Sass and postcss-material-colors
[!CAUTION] This library is unoptimized for external usage. I add features as I need them and this library is not particularly user-friendly, accessible and optimized. Morover, one of the main reasons I created this library was to practice Sass and Storybook.
usage
npm install -D postcss-material-colors
follow postcss-material-colors documentation to add the theme
npm install @sinskiy/ui
use components. example:
import { Button } from "@sinskiy/ui"
export default function App() {
return <Button themeColor="primary">hello, world!</Button>
}
environments
postcss-preset-env and autoprefixer are used with zero configuration