Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Latest commit

 

History

History
60 lines (36 loc) · 1.77 KB

README.md

File metadata and controls

60 lines (36 loc) · 1.77 KB

Minorui [DISCONTINUED]

0.2.0 NPM Version MIT License Status

ANNOUCEMENT!

Starting from Sutle v0.2.0, Suikun UI will be used in replacement for Minorui. Due to this, we no longer maintain this UI component library.

A React UI component library with a minimal design. The official design system for Sutle v0.1.0.

Installation

Install Minorui using yarn or npm:

# Using NPM
npm install --save minorui

# Using Yarn
yarn add minorui

Usage

import { Heading } from 'minorui';

...

<Heading>
  Hello World
</Heading>

Inspirations/Acknowledgements

I'm not really that great of a thinker when it comes to theme or creating a design system. That is why I decided to use some of Tailwind's styles to built my own custom components. Minorui uses the theming from Tailwind CSS (colors, font sizes, breakpoints, etc.).

I don't really want to reinvent the wheel when it comes to accessibility so I used Radix UI for that.

A styling library that I am really a fan of. I really love how you can add variants to the styled components. You must check this out 👀

I'm currently using Hero Icons, a set of free MIT-licensed svg icons by the makers of Tailwind CSS.

Changelog

Changelog

License

MIT © Joeylene Rivera