1.0.0 • Published 8 months ago

vue-components-ui v1.0.0

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

Welcome to Vue Components UI

Welcome to Vue Components UI – The ultimate library of customizable components designed to elevate your Vue projects to the next level!

This library contains everything you need to create an amazing Vue project in no time. All of the components are built using the latest technologies including Vue 3 (Script setup), Typescript, HTML and SCSS, making them the most consistent and reliable components available. With type checking, our components are designed to catch errors, save time and improve the quality of your code. Also the rollup offers optimizations like tree shaking to remove any component that hasn't been used. All components are fully customizable and use props and slots to personalize every detail, while CSS variables help create unique styles that match your project's needs.

With Typescript, you can use extensions such as Volar and ESLint to autocomplete props, check errors, and more.

This library is currently under construction, but we'll be releasing new components as soon as they're tested and ready for use.

How it works

Collaborators

Installation

This library is published to the npm repository, making the installation process a breeze. Simply add this dependency, import styles and start developing.

Dependency: npm

Install the latest version:

npm install --save-dev vue-components-ui

Or import an especific version:

npm install --save-dev vue-components-ui#0.1.4

Import styles

After installing the dependency, import the CSS file to your main Vue instance or HTML head to use the library's styles. Customize the look and feel of the components by rewriting the CSS variables to match your project's needs.

main.ts

import 'vue-components-ui/style.css';

Usage

After completing the installation steps we are ready to use the components. For this, import them individually on demand. This approach ensures that components are loaded only when needed, minimizing the time it takes to load your page. In addition, Vue and Vite's tree-shaking feature will automatically exclude unused components from the final build.

Usage example

Page.vue

<script setup lang="ts">
import { MyComponent } from 'vue-components-ui';
</script>

<template>
  <MyComponent text="My Header" color="green"/>
</template>

Error checking and autocomplete

Using Typescript will not only make implementation easier, but also faster and more efficient, resulting in higher-quality code. With extensions like Volar and ESLint, developers can easily manage props, catch errors, and even auto-complete code, making the development process more streamlined and efficient.

Repository

All the code is public on GitHub, so you can review, learn, and even improve it for your specific needs.

Check out the code on github, agrisom/vue-components-ui

Documentation

Our Vue Components UI library is fully documented and testable with Storybook, a user interface development environment for testing and showcasing interactive components. We've published a version of Storybook on Netlify, where you can access documentation for each component, as well as a playground and testing tools. This way, you can easily see how each component works, test it out for yourself, and integrate it into your Vue projects with confidence.

All components are testable and documented with storybook.

A version of storybook is publish via netlify. There you will found documentation for every component along with a playground and testing tools

Vue Components UI - Documentation

1.0.0

8 months ago

0.2.1

1 year ago

0.2.2

1 year ago

0.1.2

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.1

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

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