0.0.7 • Published 2 years ago
@orionpkg/ui v0.0.7
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/uiOr with yarn.
yarn add @orionpkg/uiOr with pnpm.
pnpm add @orionpkg/uiOr with bun.
bun install @orionpkg/uiUsage
import { Button } from '@orionpkg/ui';
const MyComponent = () => {
return (
<div>
<Button>Click Me</Button>
</div>
);
};License
This project is licensed under the MIT License.