0.0.2 • Published 3 years ago
@gothammm/hati v0.0.2
Hati
A UI Component Library for Solid.js
A port of shadcn/ui to Solid.js

⚠ This is not ready for production!
This library is in very early stage, barely has any components ready for use, feel free to test run with the following setup.
Getting Started
Installation
$ pnpm install --save @gothammm/hati # or npm install --save @gothammm/hatiUsage
import type { Component } from "solid-js";
import { Button } from "@gothammm/hati";
const MyComponent = (): Component => {
return <Button variant="primary">Primary</Button>
};Contribute
Install dependencies
$ pnpm install # or npm install or yarn installTo run the test app
$ pnpm app:dev0.0.4
3 years ago
0.0.3-alpha-v3
3 years ago
0.0.3-alpha-v2
3 years ago
0.0.3-alpha-v1
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago