Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@mozaic-ds/angular

Package Overview
Dependencies
Maintainers
5
Versions
165
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mozaic-ds/angular

Source
npmnpm
Version
2.0.60
Version published
Weekly downloads
444
-13.11%
Maintainers
5
Weekly downloads
 
Created
Source

ADEO Design system - Angular library

ADEO Design system - Angular

A library of Angular components implementing ADEO Design system guidelines.

npm version PRs welcome Slack mozaic-angular KEYS ADEO Design system

🎨 Getting started

ADEO Design system is a global and collaborative design system that facilitates the designer and developer experience, enabling them to create universal interfaces perfectly aligned with the business strategy of Adeo.

📦 Install

To install the Angular library in your project, you will need to run the following command using npm:

npm i @mozaic-ds/angular

Or with Yarn:

yarn add @mozaic-ds/angular

📝 Usage

Import the styles in styles.scss


@use '@mozaic-ds/tokens/adeo/theme' as *;
@use '@mozaic-ds/styles/tools/t.font' as *;
@use '@mozaic-ds/tokens' as *;

To import and use a component, you can proceed as follows:

<script setup lang="ts">
import { MozButtonComponent } from '@mozaic-ds/angular';
</script>

<template>
  <button moz-button>This is a Mozaic Button</button moz-button>
</template>

Find the complete list of our components.

And all the available components are showcased in our Storybook.

📰 Changelog

Releases are managed with GitHub Releases, including the changelog for each one.
Access to the Changelog to find out about the detailed changes to each release.

📣 Stay in touch

🐞 Bugs and feature requests

Have a bug or a feature request?
Please open an issue and use the template associated with your request.

However, if you are able to contribute and fix bugs, build new features, or help to improve the project documentation, feel free to do it! (more information below)

✍️ Contributing

Setup the project to start contributing.

// Clone the repo
$ git clone git@github.com:adeo/mozaic-angular.git

// Go to the cloned directory
$ cd mozaic-angular

// Checkout the branch you are working on
$ git checkout <branch name>

// Install dependencies
$ npm install

We're always looking for contributors to help us fix bugs, build features, or help us improve the documentation. If you're intersted check out our Code of Conduct and Contribution Guide.

🧑‍💻 Contributors

Owners

ADEO Design system Team

Maintainer

📄 Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

FAQs

Package last updated on 18 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts