digitalservicebund / angie

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

Home Page:https://digitalservicebund.github.io/angie/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://digitalservicebund.github.io/angie/

License:MIT License


Languages

Language:TypeScript 38.2%Language:MDX 34.4%Language:JavaScript 19.1%Language:HTML 5.2%Language:CSS 2.9%Language:Shell 0.2%