nujek/ui

Overview

@nujek/ui was created to fill the gap of missing components for building modern websites and especially to make them work with storyblok out of the box.

Installation

yarn add -D @nujek/ui

Usage

nuxt.config.js
export default {
  buildModules: [
    '@nuxtjs/composition-api/module' // needed for Richtext features
    '@nuxtjs/tailwindcss', // nujek ui uses tailwind classes
    '@nujek/ui'
  ],
}