Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

hono-daisyui

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hono-daisyui

A DaisyUI library for Hono

  • 0.0.4
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
0
Weekly downloads
 
Created
Source

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:

  1. Import the library into your project:
import { Button } from "daisy-jsx";
  1. Use the imported components in your JSX code:
<Button color="primary">Click me</Button>

In Progress

Components

  • Actions
    • Button
    • Dropdown
    • Modal
    • Swap
    • Theme
  • Data Display
    • Accordion
    • Avatar
    • Badge
    • Card
    • Carousel
    • ChatBubble
    • Collapse
    • Countdown
    • Diff
    • Kbd
    • Stat
    • Table
    • Timeline
  • Navigation
    • Breadcrumbs
    • Bottom Navigation
    • Link
    • Menu
    • Navbar
    • Pagination
    • Steps
    • Tab
  • Feedback
    • Alert
    • Loading
    • Progress
    • Radial Progress
    • Skeleton
    • Toast
    • Tooltip
  • Data Input
    • Form Control
    • Label
    • Checkbox
    • File Input
    • Radio
    • Range Slider
    • Rating
    • Select
    • Text Input
    • Textarea
    • Toggle
  • Layout
    • Artboard
    • Divider
    • Drawer
    • Footer
    • Hero
    • Indicator
    • Join
    • Mask
    • Stack
  • Mockup
    • Browser
    • Code
    • Phone
    • Window

FAQs

Package last updated on 20 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc