| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
This library contains:
npm install @nethesis/vue-components/* import the Theme and the CSS for the components */
@import '@nethesis/vue-components/theme.css';
/* detect tailwind classes used in @nethesis/vue-components (change this path accordingly if needed) */
@source 'node_modules/@nethesis/vue-components';Due to fontawesome having issues overriding your icons, it's suggested to set to false the autoAddCss option from the icons, and adding the required CSS by yourself in a lower priority layer than tailwindcss.
/* fontawesome styles */
@import '@fortawesome/fontawesome-svg-core/styles.css' layer(fontawesome);Official documentation can be found here: https://docs.fontawesome.com/apis/javascript/configuration
You can read the contributing guidelines to know how to contribute to this project.
All the repo is licensed under GPL 3.0 or later license.
| Back | FazBrowse Home | New Git URL |