3.0.1 • Published 7 months ago

@nethesis/vue-components v3.0.1

Weekly downloads
-
License
-
Repository
github
Last release
7 months ago

@nethesis/vue-components

This library contains:

  • a collection of Vue 3 components based on Flowbite
  • a set of utility functions

Installation

  1. Install TailwindCSS 4 on your project, follow the official documentation on how to do so.
  2. Add this library via npm:
    npm install @nethesis/vue-components
  3. Add to your main CSS file (change node_modules path if needed):
    /* 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';
  4. After this, you're golden! You can browse the Storybook to see the available components and their usage.

Fontawesome

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

Contributing

You can read the contributing guidelines to know how to contribute to this project.

License

All the repo is licensed under GPL 3.0 or later license.

1.7.0

1 year ago

2.0.0

9 months ago

3.0.1

7 months ago

3.0.0

7 months ago

1.6.0

1 year ago

1.5.1

1 year ago

1.5.0

1 year ago

1.2.0

2 years ago

1.1.0

2 years ago

1.4.0

1 year ago

1.3.1

1 year ago

1.3.0

2 years ago

1.0.0

2 years ago

0.16.3

2 years ago

0.16.2

2 years ago

0.16.0

2 years ago

0.16.1

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.13.2

2 years ago

0.13.1

2 years ago

0.13.0

2 years ago

0.12.0

2 years ago

0.10.0

2 years ago

0.11.0

2 years ago

0.11.1

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.7.0

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago