nuance-ui
v0.1.34
Published
A UI Library for Modern Web Apps, powered by Vue.
Maintainers
Readme
Nuance-UI
A modern UI kit module for Nuxt 3 with thoughtfully designed components and subtle interaction details.
📦 Installation
# npm
npm install nuance-ui
# yarn
yarn add nuance-ui
# pnpm
pnpm add nuance-uiInstall modules
npx nuxt module add color-mode iconQuick Start
Add nuance-ui to the modules section of your nuxt.config.ts:
export default defineNuxtConfig({
modules: ['nuance-ui'],
})Now you can use components in your application:
<template>
<div>
<NButton variant='primary'>
Click me
</NButton>
<NCard>
<p>Card content goes here</p>
</NCard>
</div>
</template>Contributing
We welcome contributions! Please:
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
Links
Support
If you have questions or issues:
License
Licensed under the MIT license.
