@nuxt/ui

npm install @nuxt/ui@npm:@nuxt/ui-edge

Usage no npm install needed!

<script type="module">
  import nuxtUi from 'https://cdn.skypack.dev/@nuxt/ui';
</script>

README

Nuxt UI

Install

# npm
npm install @nuxt/ui@npm:@nuxt/ui-edge

# yarn
yarn install @nuxt/ui@npm:@nuxt/ui-edge

Usage

Components

Base

  • <NCard>
  • <NInput>
  • <NCheckbox>
  • <NRadio>
  • <NIcon>
  • <NButton>
  • <NButtonGroup>
  • <NSpinner>
  • <NAlert>
  • <NBadge>

Interactive

  • <NTabs>
  • <NDropdown>
  • <NPopup>
  • <NNotification>
  • <NModal>

Layout

  • <NContainer>
  • <NDrawer>
  • <NNavbar>
  • <NPagination>

License

MIT