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

daisy-jsx

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

daisy-jsx

A DaisyUI components library in JSX

  • 1.1.0
  • Source
  • npm
  • Socket score

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

daisy-jsx

A TypeScript JSX library that provides DaisyUI components (based on TailwindCSS). This library abstracts the specific structures and classes of DaisyUI, offering a type-safe and flexible way to use DaisyUI in server-side applications such as Hono.

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 (see Accordion)
    • Countdown
    • Diff
    • Kbd
    • Stat
    • Table
    • Timeline
  • Navigation
    • Breadcrumbs
    • Bottom Navigation
    • Link
    • Menu
    • Navbar
    • Pagination (see Join)
    • Steps
    • Tabs
  • 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 24 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