0.0.42 ā€¢ Published 2 months ago

floeui v0.0.42

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
2 months ago

FloeUI

šŸ’… An adaptation of the DaisyUI Tailwind plugin for UnoCSS

Installation

# add dependency to your current setup
pnpm install -D floeui unocss

Usage

To create a production version of your app:

// unocss.config.ts
import {
	defineConfig,
	presetUno,
	presetIcons,
	presetAttributify,
	transformerDirectives,
	transformerAttributifyJsx
} from 'unocss';

import presetFloe from 'floeui';

export default defineConfig({
	transformers: [transformerDirectives(), transformerAttributifyJsx()],
	presets: [
		presetUno(),
		presetAttributify(),
		presetIcons({
			scale: 1.3
		}),
		presetFloe()
	]
});

šŸ“ List of components

  • Actions

    • Button
    • Dropdown
    • Modal
    • Swap
  • Data display

    • Alert
    • Avatar
    • Badge
    • Banner
    • Calendar
    • Card
    • Carousel
    • Chat bubble
    • Collapse
    • Comment
    • Countdown
    • Empty placeholder
    • Kbd
    • Loading
    • Progress & Radial
    • Stat
    • Table
    • Tag
    • Timeline
    • Toast
    • Tooltip
    • Treeview
  • Data input

    • Checkbox
    • Text input
    • Radio
    • Range
    • Rating
    • Select
    • Textarea
    • Toggle
    • Upload
  • Layout

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

    • Bottom Navigation
    • Breadcrumbs
    • Link
    • Menu
    • Navbar
    • Pagination
    • Steps
    • Tab
  • Mockup

    • Browser
    • Code
    • Phone
    • Window
0.0.40

2 months ago

0.0.41

2 months ago

0.0.42

2 months ago

0.0.30

9 months ago

0.0.31

9 months ago

0.0.21

9 months ago

0.0.22

9 months ago

0.0.23

9 months ago

0.0.24

9 months ago

0.0.25

9 months ago

0.0.26

9 months ago

0.0.27

9 months ago

0.0.28

9 months ago

0.0.29

9 months ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago