@itgold/grandbazar-ui-kit
TypeScript icon, indicating that this package has built-in type declarations

1.0.39 • Public • Published

Grandbazar.io UI Library

This is a UI component library created using React, TypeScript, Tailwind, Rollup, Storybook, and Jest.

Installation

You can install the library using npm:

npm install @itgold/grandbazar-ui-kit

Usage

To use the library, import the components you need from the library and use them in your React components.

import { Rule } from '@itgold/grandbazar-ui-kit';
import SomeIcon from '@/icons/some-icon.svg';

export default function Test() {
  return (
    <Rule text="Some text" color="bg-emerald-100" onClick={() => alert('hey!')}>
      <SomeIcon />
    </Rule>
  );
}

Package Sidebar

Install

npm i @itgold/grandbazar-ui-kit

Weekly Downloads

12

Version

1.0.39

License

MIT

Unpacked Size

11.4 MB

Total Files

570

Last publish

Collaborators

  • nickghost
  • ivan.kuzin
  • alekseev