1.1.9 • Published 10 months ago

@atlasintelligence/ui v1.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

Atlasintelligence UI toolkit

Quick Setup

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

# Using yarn
yarn add @atlasintelligence/ui

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

That's it! You can now use the atlas component library in your Nuxt app ✨

Development

# 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

Usage

a-layout //- provides reset.styl and typography.styl. loads inter font.
	a-button(to="/bla" secondary)
	a-code-block(:data="data")
1.1.9

10 months ago

1.1.7

10 months ago

1.1.8

1 year ago

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago