1.1.1 • Published 6 months ago

shoh-ui v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

SHOH-UI

Shoh-UI is a collection of reusable UI components for React, designed to help you build beautiful and responsive user interfaces quickly and easily.

Installation

Install the package in your project directory with:

npm

npm i shoh-ui

yarn

yarn i shoh-ui

pnpm

pnpm i shoh-ui

Usage

To use a component from Shoh-UI, simply import it into your React component and render it: import { Button } from 'shoh-ui';

import { Button } from 'shoh-ui';

function MyComponent() {
  return (
    <Button mode="primary">
      Click me!
    </Button>
  );
}

Available Components

Shoh-UI currently includes the following components:

Each component is fully customizable using props, and includes support for various styles and variants.

Contributing If you'd like to contribute to Shoh-UI, please fork the repository and create a pull request. We welcome all contributions, including bug fixes, new components, and documentation improvements.

License

This project is licensed under the terms of the MIT license.

1.1.1

6 months ago

1.1.0

6 months ago

1.0.9

6 months ago

1.0.8

6 months ago

1.0.6

6 months ago

1.0.53

6 months ago

1.0.52

6 months ago

1.0.51

6 months ago

1.0.5

6 months ago

1.0.4

6 months ago

1.0.3

6 months ago

1.0.2

6 months ago

1.0.1

7 months ago

1.0.0

7 months ago