1.1.1 • Published 2 years ago

shoh-ui v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

1.1.0

2 years ago

1.0.9

2 years ago

1.0.8

2 years ago

1.0.6

2 years ago

1.0.53

2 years ago

1.0.52

2 years ago

1.0.51

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago