1.6.0 • Published 8 months ago

@nethesis/vue-components v1.6.0

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

@nethesis/vue-components

This library contains:

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

Installation

You can add this library via npm:

npm install @nethesis/vue-components

After this, you'll need to import a few files to make everything work:

  1. You need to import the main CSS file, if you're using PostCSS (this is the default if you're using Vite + TailwindCSS) you can import it in your main.css file:

    @import '@nethesis/vue-components/main.css';
  2. Import the default preset for tailwind, this can be done editing the tailwind.config.js/ts with the following lines:

    export default {
      // ...
      presets: [require('@nethesis/vue-components/tailwind.config.ts')],
      content: [
        // ...
        './node_modules/@nethesis/vue-components/dist/**/*.js',
        // ...
      ],
      // ...
    }

You can still override the theme adding your customizations, more info can be found in the Tailwind documentation.

After this, you're golden! You can browse the Storybook to see the available components and their usage.

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.6.0

8 months ago

1.5.1

8 months ago

1.5.0

8 months ago

1.2.0

1 year ago

1.1.0

1 year ago

1.4.0

10 months ago

1.3.1

11 months ago

1.3.0

12 months ago

1.0.0

1 year ago

0.16.3

1 year ago

0.16.2

1 year ago

0.16.0

1 year ago

0.16.1

1 year ago

0.14.0

1 year ago

0.15.0

1 year ago

0.13.2

1 year ago

0.13.1

1 year ago

0.13.0

1 year ago

0.12.0

1 year ago

0.10.0

1 year ago

0.11.0

1 year ago

0.11.1

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

2 years ago

0.1.0

2 years ago