0.2.39 • Published 9 months ago

@hitachivantara/uikit-uno-preset v0.2.39

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
9 months ago

@hitachivantara/uikit-uno-preset

UI Kit UnoCSS preset with the NEXT theme.

Installation

Install the package in your project directory with:

npm install -D unocss @hitachivantara/uikit-uno-preset

Add the presetHv to the array of presets in your vite.config.ts or uno.config.ts files:

// vite.config.ts
import unoCSS from "unocss/vite";
import { defineConfig } from "vite";
import { presetHv } from "@hitachivantara/uikit-uno-preset";

export default defineConfig({
  plugins: [
    unoCSS({
      presets: [presetHv()],
    }),
  ],
});
// uno.config.ts
import { defineConfig } from "unocss";
import { presetHv } from "@hitachivantara/uikit-uno-preset";

export default defineConfig({
  presets: [presetHv()],
});

Usage

Use any of Tailwind-like default utility classes along with the NEXT UI Kit theme utilities:

0.2.39

9 months ago

0.2.38

9 months ago

0.2.37

9 months ago

0.2.36

9 months ago

0.2.35

9 months ago

0.2.34

10 months ago

0.2.27

11 months ago

0.2.26

11 months ago

0.2.25

12 months ago

0.2.24

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.30

10 months ago

0.2.33

10 months ago

0.2.32

10 months ago

0.2.31

10 months ago

0.2.29

11 months ago

0.2.28

11 months ago

0.2.20

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.2.12

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.2.6

1 year ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago