Skip to content

Installation

Download this package

The package is available on the npm registry

bash
yarn install active-designsystem  
# or with npm
npm install active-designsystem
# or with pnpm
pnpm install active-designsystem

Import

ts
//main.ts
import 'active-designsystem/style.css'
import { config } from 'active-designsystem'

const app = createApp(...) 
...
app.use(config)