🚨 Active Supply Chain Attack:node-ipc Package Compromised.Learn More →
Socket
Book a DemoSign in
Socket

@mozaic-ds/angular

Package Overview
Dependencies
Maintainers
5
Versions
161
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.54
Version published
Weekly downloads
511
185.47%
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 23 Apr 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