Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.27 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.27 KB

suprim-react-ui

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

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

Install

npm i 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>
  }
}

License

MIT