Ember is an design system, made for Studionuca products. It's based on nuxt/ui and tailwindcss.
npm install https://github.com/studionuca/ember.gitAdd the following to your nuxt.config.ts file:
export default defineNuxtConfig({
modules: ['ember'],
components: [
{
path: '~/components/',
prefix: 'Em'
},
],
ui: {
prefix: 'Em',
colorMode: true,
}
})