1.1.9 • Published 2 years ago

@atlasintelligence/ui v1.1.9

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years 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

2 years ago

1.1.7

2 years ago

1.1.8

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago