@mozaic-ds/icons-vue
v1.0.0
Published
ADS icons for vue usage
Readme
🎨 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.
Learn more about the vision and guidelines by visiting the main documentation website.
📦 Install
You must first install the npm package:
npm install @mozaic-ds/icons-vueOr with Yarn:
yarn add @mozaic-ds/icons-vue📝 Usage
After the installation, you can start importing the icon component needed:
// In one of the .vue file of your application
<template>
<A11y20 fill="#333" />
</template>
<script setup>
import A11y20 from '@mozaic-ds/icons-vue/src/components/A11y20/A11y20.vue';
</script>📰 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
- Join the #mozaic-support channel on Slack
- Follow our KEYS page
🐞 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 [email protected]:adeo/mozaic-icons-vue.git
// Go to the cloned directory
cd mozaic-icons-vue
// Checkout the branch you are working on
$ git checkout <branch name>
// Install dependencies
npm install
// Build icons
npm run icons:build
// Build project
npm run build 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
Maintainers
📄 Licensing
This project is licensed under the Apache V2 License. See LICENSE for more information.
