ivc-storybook
TypeScript icon, indicating that this package has built-in type declarations

1.0.105 • Public • Published



Modern and minimalist UI library, originating from Suprim's Ui Design, Author Suprim Golay.


Features

  • 🌈 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.

👍 Install

npm i suprim-ui  or yarn add suprim-ui

👌 Usage

import React, { Component } from "react";

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

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

👨‍💻 Documentation


🥉 Showcase

  • Comming Soon

🤟 License

MIT

/ivc-storybook/

    Package Sidebar

    Install

    npm i ivc-storybook

    Weekly Downloads

    1

    Version

    1.0.105

    License

    MIT

    Unpacked Size

    6.03 kB

    Total Files

    3

    Last publish

    Collaborators

    • ivc-inform