0.0.44 • Published 3 years ago

daisy-svelte v0.0.44

Weekly downloads
-
License
MIT
Repository
github
Last release
3 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

3 years ago

0.0.42

3 years ago

0.0.41

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago