@mozaic-ds/vue
TypeScript icon, indicating that this package has built-in type declarations

2.2.0 β€’ Public β€’ Published

ADEO Design system - Vue.js library

ADEO Design system - Vue.js

A library of Vue.js components implementing ADEO Design system guidelines.

npm version PRs welcome Slack mozaic-vue 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 Vue.js library in your project, you will need to run the following command using npm:

$ npm i @mozaic-ds/vue

Or with Yarn:

$ yarn add @mozaic-ds/vue

πŸ“ Usage

Import the styles

// main.ts

import '@mozaic-ds/vue/style.css';

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

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

<template>
  <MButton>Button Label</MButton>
</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-vue.git

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

// 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

Maintainers

πŸ“„ Licensing

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

Package Sidebar

Install

npm i @mozaic-ds/vue

Weekly Downloads

194

Version

2.2.0

License

Apache-2.0

Unpacked Size

831 kB

Total Files

119

Last publish

Collaborators

  • mohamedmok
  • caqueste
  • dmartinds
  • maksnaga