Modern and minimalist UI library, originating from Suprim's Ui Design, Author Suprim Golay.
- 🌈 Enterprise-class UI designed for web applications.
- 📦 A set of high-quality React components out of the box.
- 🛡 Written in TypeScript with predictable static types.
- 🎨 Powerful theme customization in every detail.
npm i suprim-ui or yarn add suprim-ui
import React, { Component } from "react";
import { MyComponent ,SuprimThemeProvider, theme } from "suprim-ui";
class Example extends Component {
render() {
return (
<SuprimThemeProvider theme={theme.dark}>
<MyComponent />
</SuprimThemeProvider>
}
}
- Comming Soon