0.0.7 • Published 2 years ago

@orionpkg/ui v0.0.7

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

OrionUI

A comprehensive React component library designed to offer a collection of reusable components, streamlining the development process and ensuring a cohesive user interface.

Installation

Use your preferred package manager to install OrionUI.

With npm.

npm install @orionpkg/ui

Or with yarn.

yarn add @orionpkg/ui

Or with pnpm.

pnpm add @orionpkg/ui

Or with bun.

bun install @orionpkg/ui

Usage

import { Button } from '@orionpkg/ui';

const MyComponent = () => {
	return (
		<div>
			<Button>Click Me</Button>
		</div>
	);
};

License

This project is licensed under the MIT License.