1.0.0-alpha.6 • Published 2 years ago
@temp-nui/nui v1.0.0-alpha.6
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
NUIis 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 nuinpm
npm install nuiyarn
yarn install nuiAfter 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
2 years ago
1.0.0-alpha.5
2 years ago
1.0.0-alpha.4
2 years ago
1.0.0-alpha.2
2 years ago
1.0.0-alpha.1
2 years ago