This package has been deprecated

Author message:

This project is going to be migrated to suprim-ui. This project will be no longer maintained.

suprim-react-ui

2.0.3 • Public • Published

This project is going to be migrated to suprim-ui. This project will be no longer maintained.

suprim-react-ui

Modern and minimalist React UI library, originating from Suprim's design.

Build Status NPM JavaScript Style Guide npm bundle size npm bundle size NPM

Install

npm i suprim-react-ui  or yarn add suprim-react-ui

Usage

import React, { Component } from "react";

import { MyComponent ,SuprimThemeProvider, theme } from "suprim-react-ui";

class Example extends Component {
  render() {
    return (
    <SuprimThemeProvider theme={theme.dark}>
      <MyComponent />
    </SuprimThemeProvider>
  }
}

Documentation

License

MIT

Package Sidebar

Install

npm i suprim-react-ui

Weekly Downloads

2

Version

2.0.3

License

MIT

Unpacked Size

385 kB

Total Files

81

Last publish

Collaborators

  • suprimgolay