Eduard Aymerich b3bc6e2e9e feat(ButtonGroup): add orientation prop (#603)
Co-authored-by: Benjamin Canac <canacb1@gmail.com>
2023-09-07 15:13:47 +02:00
2023-09-07 15:13:47 +02:00
2023-05-26 22:46:17 +02:00
2021-11-16 12:49:00 +01:00
2021-11-16 12:49:00 +01:00
2023-07-20 11:54:59 +02:00
2023-07-17 14:49:50 +02:00
2023-08-01 14:53:24 +02:00
2023-05-16 12:03:05 +02:00
2023-09-07 15:13:47 +02:00
2022-01-21 18:03:14 +01:00
2023-02-03 18:04:30 +01:00

nuxt-ui-social-card

Nuxt UI

npm version npm downloads License Nuxt

Nuxt UI provides everything related to UI when building Nuxt applications: components, icons, colors, dark mode and also keyboard shortcuts.

Is has been developed by NuxtLabs for Volta, Nuxt Studio and the Nuxt community.

Features

  • Built with Headless UI and Tailwind CSS
  • HMR support through Nuxt App Config
  • Dark mode support
  • Support for LTR and RTL languages
  • Keyboard shortcuts
  • Bundled icons
  • Fully typed

Read more on ui.nuxtlabs.com

Installation

# Using npm
npm install @nuxthq/ui

# Using yarn
yarn add @nuxthq/ui

# Using pnpm
pnpm add @nuxthq/ui

Then, register the module in your nuxt.config.ts:

export default defineNuxtConfig({
  modules: [
    '@nuxthq/ui'
  ]
})

If you want latest updates, please use @nuxthq/ui-edge in your package.json:

{
  "devDependencies": {
    "@nuxthq/ui": "npm:@nuxthq/ui-edge@latest"
  }
}

Documentation

Visit https://ui.nuxtlabs.com to explore the documentation.

Credits

License

Licensed under the MIT license.

Description
No description provided
Readme 56 MiB
Languages
Vue 50.7%
TypeScript 47.2%
JavaScript 1.2%
CSS 0.8%