suprim-ui

Modern and Minimalist React Component Library.

Usage no npm install needed!

<script type="module">
  import suprimUi from 'https://cdn.skypack.dev/suprim-ui';
</script>

README



Modern and Minimalist UI Library, originating from Suprim's Design, Author Suprim Golay.

It is an open-source design system for building modern websites and applications, all our projects are open source. Supports Next.js and React App out of the box.


✨ Features

  • 🌈 Enterprise-class UI designed for web applications.
  • 📦 A set of high-quality React components out of the box with Tree Shaking.
  • 🛡 Written in TypeScript with predictable static types.
  • 🎨 Powerful theme customization in every detail.

👍 Install

npm i suprim-ui

👌 Usage

import React, { Component } from 'react';

import { SuprimProvider, theme, GlobalStyle } from 'suprim-ui';
import { Button } from 'suprim-ui';
// OR ---
// import Button from 'suprim-ui/core/Button';

class Example extends Component {
  render() {
    return (
      <React.StrictMode>
        <SuprimProvider theme={theme.default}>
          <GlobalStyle></GlobalStyle>
          <Button />
        </SuprimProvider>
      </React.StrictMode>
    );
  }
}

👨‍💻 Documentation


🥉 Showcases

  • Comming Soon

👍 Features Comming Soon

  • Headless ui (In Development)

🗽 Examples


🤟 License

MIT