daisy-jsx
A TypeScript JSX library that provides DaisyUI components for Hono applications. This library abstracts the specific structures and classes of DaisyUI, offering a type-safe and flexible way to use DaisyUI in a Hono JSX app.
Features
- Type-safe DaisyUI components
- Seamless integration with Hono
- Flexible and easy-to-use API
Installation
To install the library and its dependencies:
bun add daisy-jsx
Usage
To use the library in your Hono application:
- Import the library into your project:
import { Button } from "daisy-jsx";
- Use the imported components in your JSX code:
<Button color="primary">Click me</Button>
In Progress
Components