0.0.44 • Published 2 years ago

daisy-svelte v0.0.44

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Svelte Components for Daisy UI (WIP)

npm version

Demos and examples -> DaisySvelte - Storybook

Getting started

Currently only support using with CDN version. Sveltekit: Add those tags below to your app.html

<link href="https://cdn.jsdelivr.net/npm/daisyui@2.18.1/dist/full.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://cdn.tailwindcss.com?plugins=forms,typography,aspect-ratio,line-clamp"></script>
npm i daisy-svelte
<script lang="ts">
  import { Navbar, Button } from 'daisy-svelte';

</script>
<Nabvar>
  <Button label="DaisySvelte" />
  ...

References:

Official Daisy UI https://daisyui.com/

Status:

todo x done / beta

Actions

  • Button
  • / Dropdown
  • / Modal
  • Swap

Datas display

  • Alert
  • / Avatar
  • Badge
  • Card
  • Carousel
  • Collapse
  • Countdown
  • Kbd
  • Progress
  • Radial progres
  • Stat
  • Table
  • Tooltip

Data input

  • Checkbox
  • [] Text input
  • Radio
  • Range
  • Rating
  • Select
  • Textarea
  • Toggle

Layout

  • Artboard
  • Button group
  • Divider
  • Drawer
  • Hero
  • Indicator
  • Input group
  • Mask
  • Stack

Navigation

  • / Breadcrumbs
  • Bottom navigation
  • Link
  • Menu
  • Navbar
  • Indicator
  • Pagination
  • Steps
  • Tab

Mockup

  • Code
  • Phone
  • Window
0.0.44

2 years ago

0.0.42

2 years ago

0.0.41

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago