@exakt/ui
TypeScript icon, indicating that this package has built-in type declarations

0.0.36 • Public • Published

exakt

npm version npm downloads License Nuxt

a simple nuxt ui library focused on doing as much as possible with css

DO NOT USE THIS LIBRARY IN YOUR PROJECT.

THIS LIBRARY IS VERY UNSTABLE AND EXPERIMENTAL

first rule of exakt is to be yourself and have fun :)

Features

  • 💇‍♀️   mostly uses css to do things
  • 👜   relatively lightweight
  • 👁️‍🗨️   customizable

Quick Setup

  1. Add @exakt/ui dependency to your project
# Using pnpm
pnpm add -D @exakt/ui

# Using yarn
yarn add --dev @exakt/ui

# Using npm
npm install --save-dev @exakt/ui
  1. Add @exakt/ui to the modules section of nuxt.config.ts
export default defineNuxtConfig({
  modules: [
    '@exakt/ui'
  ]
})

That's it! You can now use exakt in your Nuxt app ✨

Development

Important note

Because mkdist (and subsequently nuxt-module-builder) don't yet support not compiling SASS files, you'll need to use yarn link to substitute mkdist with the force-scss-off branch of https://github.com/wd-4000/mkdist

The usual

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Package Sidebar

Install

npm i @exakt/ui

Weekly Downloads

4

Version

0.0.36

License

MIT

Unpacked Size

68.7 kB

Total Files

40

Last publish

Collaborators

  • wd4000