
Security News
Feross on TBPN: Socket's Series C and the State of Software Supply Chain Security
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.
@mozaic-ds/angular
Advanced tools
A library of Angular components implementing ADEO Design system guidelines.
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.
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
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.
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.
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)
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.
Owners
Maintainer
This project is licensed under the Apache V2 License. See LICENSE for more information.
FAQs
Unknown package
The npm package @mozaic-ds/angular receives a total of 192 weekly downloads. As such, @mozaic-ds/angular popularity was classified as not popular.
We found that @mozaic-ds/angular demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 5 open source maintainers collaborating on the project.
Did you know?

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.

Security News
Feross Aboukhadijeh joins TBPN to discuss Socket's $60M Series C, 500%+ ARR growth, AI's impact on open source, and the rise in supply chain attacks.

Security News
OSV withdrew 157 OSV malware reports after automated false positives incorrectly flagged trusted npm and PyPI packages, sending bad records into tools that rely on OSV data.

Research
/Security News
TrapDoor crypto stealer hits 36 malicious packages across npm, PyPI, and Crates.io, targeting crypto, DeFi, AI, and security developers.