SkillAgentSearch skills...

Angie

Angie Design System (Storybook docs + Tailwind plugin npm package)

Install / Use

/learn @digitalservicebund/Angie
About this skill

Quality Score

0/100

Category

Design

Supported Platforms

Universal

README

Angie Design System (deprecated)

version npm downloads Conventional Commits

Tailwind plugin for products which use the DigitalService design system "Angie".

:warning: DEPRECATED! This package is only for products which already use the "Angie" design system. New products please use the KERN UX design system instead.

Installation

npm install @digitalservice4germany/angie

Add plugin to your Tailwind config

module.exports = {
  content: [...],
  presets: [require("@digitalservice4germany/style-dictionary/tailwind")],
  theme: {
    extend: {},
  },
  plugins: [require("@digitalservice4germany/angie")],
};

Documentation (styleguide)

Find the current version online.

Contributing

We are using conventional commits.

tldr; npm install && npm start

View on GitHub
GitHub Stars6
CategoryDesign
Updated18d ago
Forks1

Languages

TypeScript

Security Score

85/100

Audited on Mar 18, 2026

No findings