1.0.0 • Published 20 hours ago

@nuxtwind/components v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
20 hours ago

NuxtWind Component Library

NuxtWind is a component library for Nuxt.js 3, providing a collection of ready-to-use components built with Vue.js and TailwindCSS. These components are designed to be SSR-safe and are inspired by the sleek design principles of Vuetify.

📦 Installation

You can install NuxtWind via npm:

npm i @nuxtwind/components

Add the @nuxtwind/components module to your nuxt.config.ts:

export default defineNuxtConfig({
    modules: ['@nuxtwind/components']
})

📚 Documentation

For full documentation and usage instructions, please visit NuxtWind Documentation.

✨ Features

  • Ready-to-use Components: A variety of components designed for rapid development.
  • SSR-Safe: Ensures compatibility with server-side rendering in Nuxt.js applications.
  • Inspired by Vuetify: Draws design inspiration from Vuetify's intuitive UI components.
  • Built with Vue.js and TailwindCSS: Utilizes the power of Vue.js for interactivity and TailwindCSS for styling flexibility.

🚀 Getting Started

To start using NuxtWind components in your Nuxt.js project, simply install the package via your preferred package manager as shown above. Then you can start incorporating them into your templates.

// In your Nuxt.js component
<template>
  <div>
    <NXW-Button @click="handleClick">Click me!</NXW-Button>
  </div>
</template>

<script setup lang="ts">
function handleClick() {
  console.log('Button clicked!');
}
</script>

🤝 Contribution

Contributions to NuxtWind are welcome! If you'd like to contribute new features, bug fixes, or improvements, please fork the repository, make your changes, and submit a pull request. Be sure to follow the contribution guidelines outlined in the documentation.

📄 License

NuxtWind is licensed under the MIT License. See the LICENSE file for more information.

1.0.0

20 hours ago

1.0.0-beta.3

18 days ago

1.0.0-beta.4

18 days ago

1.0.0-beta.5

18 days ago

1.0.0-beta.6

18 days ago

1.0.0-beta.7

18 days ago

1.0.0-beta.8

18 days ago

1.0.0-beta.2

19 days ago

1.0.0-beta.0

19 days ago

1.0.0-beta.1

19 days ago

0.8.1

19 days ago

0.8.0

19 days ago

0.7.2

25 days ago

0.7.1

25 days ago

0.7.3

25 days ago

0.7.0

27 days ago

0.6.3

3 months ago

0.6.2

4 months ago

0.6.1

4 months ago

0.6.0

4 months ago

0.5.2

4 months ago

0.5.1

4 months ago

0.5.0

4 months ago

0.4.3

4 months ago

0.3.0

1 year ago

0.2.9

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.2

1 year ago

0.2.8

1 year ago

0.2.7

1 year ago

0.1.0

1 year ago