Skip to content

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

License

Notifications You must be signed in to change notification settings

digitalservicebund/angie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a23c51 · Feb 13, 2025
Feb 11, 2025
Feb 11, 2025
Feb 11, 2025
Jan 10, 2024
Jan 20, 2024
Jan 20, 2024
Apr 4, 2023
Apr 4, 2023
Jan 20, 2024
Jan 20, 2024
Apr 4, 2023
Jan 20, 2024
Jun 28, 2023
Jan 20, 2024
Feb 13, 2025
Feb 13, 2025
Jan 20, 2024
Jan 20, 2024

Repository files navigation

Angie Design System

version npm downloads Conventional Commits

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

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