0.0.2 • Published 9 months ago

rals-ui-inprogress v0.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

Rals-UI

A simple react ui component library reminiscent of my favorite fictional character ralsei :3

Rals-UI

Installation

npm i rals-ui

Usage

import { Button } from "rals-ui";

export default function App() {
  return <Button>Button</Button>;
}

License

MIT

Notes

  • This project is still in development, so expect breaking changes.
  • I used Deno for development and i'm kinda new to it, also yeah... this is my first deno project.
  • I'm using Vite for development, but i'm not sure if it's the best choice.
  • also... this is my first npm package.