small-ui

v0.0.1
A small responsive ui framework.
small ui react typescript responsive framework css scss

small-ui

A small responsive ui framework.

Installing

npm install small-ui

The responsive breakponits

  • small when width < 641px
  • medium when width < 1025px
  • large when width >= 1025px

How to use

import { Toolbar } from 'small-ui';

...

<Toolbar
  items={[
    { key: 'home', label: 'Home', href: '/#/home' },
    { key: 'about', label: 'About', href: '/#/about' }
  ]}
/>
npm i small-ui

Metadata

  • ISC
  • Whatever
  • Jacob Ebey
  • released 8/9/2017

Downloads

Maintainers