1.0.0-alpha.6 • Published 5 months ago

@temp-nui/nui v1.0.0-alpha.6

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

NUI

A Vue.js UI component library and Design System created by Schwarz IT.

Work in progress: This library is currently in early / active development. Working title: The name NUI is only a working title and will be changed in the future.

Getting Started

Install the npm package with your corresponding package manager:

pnpm

pnpm install nui

npm

npm install nui

yarn

yarn install nui

After that, import the global CSS file in your main.ts file:

import "nui/style.css";

Components are now ready to be used, e.g.:

<script lang="ts" setup>
import { NuiButton } from "nui";
</script>

<template>
  <NuiButton label="Click me" />
</template>

Contributing

1.0.0-alpha.6

5 months ago

1.0.0-alpha.5

5 months ago

1.0.0-alpha.4

5 months ago

1.0.0-alpha.2

5 months ago

1.0.0-alpha.1

5 months ago