2.2.5 • Published 10 months ago

ruru-ui v2.2.5

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

Ruru UI

Installation

To get started with Ruru UI, you'll need to install the necessary dependencies. You can do this using npm or yarn:

npm i ruru-ui
# or
pnpm add ruru-ui
# or
yarn add ruru-ui

Usage

Once you have installed Ruru UI, you can start using its components in your project. Here's an example of how to use a button component:

import { Button } from "ruru-ui/components/button";

function App() {
  return <Button>Click me</Button>;
}

export default App;

Learn More

For more detailed information and advanced usage, please refer to the Ruru UI Documentation.