Angie
Angie Design System (Storybook docs + Tailwind plugin npm package)
Install / Use
/learn @digitalservicebund/AngieREADME
Angie Design System (deprecated)
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
