0.15.0 • Published 2 months ago

unify-ui v0.15.0

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

Unify UI

NPM License npm npm bundle size npm GitHub Workflow Status (with branch) GitHub last commit GitHub commit activity

This project is currently under active development and is not yet suitable for production use, as the APIs for all components are not yet stable.

Unify UI is a UI library for Vue.js 3.

  • Unify UI provides type definitions for all components because it was built with the latest stable version of TypeScript.
  • Unify UI supports tree shaking out of the box, as it was built using ES Modules.
  • While Unify UI does not have a direct dependency on Tailwind CSS, the styling of all components is heavily influenced by the style of Tailwind UI components.

Usage

  1. Install Unify UI
pnpm add unify-ui
  1. Import css style in main js file
import "unify-ui/dist/style.css";
  1. Import components in your vue file
<script setup lang="ts">
import { UniButton } from "unify-ui";
</script>

<template>
  <UniButton type="text">text button</UniButton>
</template>

IDE Support

JetBrains Logo (Main) logo

0.15.0

2 months ago

0.14.34

2 months ago

0.14.33

3 months ago

0.14.32

3 months ago

0.14.28

3 months ago

0.14.27

3 months ago

0.14.26

3 months ago

0.14.29

3 months ago

0.14.31

3 months ago

0.14.30

3 months ago

0.14.25

3 months ago

0.14.24

6 months ago

0.14.23

6 months ago

0.14.22

6 months ago

0.14.17

7 months ago

0.14.16

7 months ago

0.14.19

7 months ago

0.14.18

7 months ago

0.14.20

7 months ago

0.14.21

7 months ago

0.14.13

8 months ago

0.14.12

8 months ago

0.14.11

8 months ago

0.14.10

8 months ago

0.11.0

12 months ago

0.11.1

12 months ago

0.14.15

7 months ago

0.13.0

11 months ago

0.11.2

12 months ago

0.14.14

7 months ago

0.13.1

11 months ago

0.11.3

12 months ago

0.13.2

11 months ago

0.11.4

12 months ago

0.13.3

11 months ago

0.11.5

12 months ago

0.13.4

11 months ago

0.11.6

12 months ago

0.9.4

12 months ago

0.9.3

12 months ago

0.9.5

12 months ago

0.14.5

9 months ago

0.14.6

9 months ago

0.14.7

8 months ago

0.14.8

8 months ago

0.14.9

8 months ago

0.10.1

12 months ago

0.12.0

12 months ago

0.10.2

12 months ago

0.12.1

11 months ago

0.10.3

12 months ago

0.14.0

10 months ago

0.12.2

11 months ago

0.14.1

10 months ago

0.12.3

11 months ago

0.14.2

10 months ago

0.12.4

11 months ago

0.14.3

10 months ago

0.14.4

9 months ago

0.10.0

12 months ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.2

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.7

1 year ago

0.7.6

1 year ago