1.0.87 • Published 1 year ago

lffv-poc v1.0.87

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Vue.js 3 UI Components Package

This is a Vue.js 3 UI components package, designed to provide developers with a wide range of customizable and reusable UI components for their Vue.js applications. The package includes components for common UI elements such as buttons, forms, modals, menus, tables, and more.

Installation

You can install this package via npm:

npm install lffv-poc

Usage

import { HelloWorld } from 'lffv-poc';

export default {
  components: {
    HelloWorld,
  },
  // ...
};
<template>
  <div>
    <HelloWorld msg="Vite + Vue" />
  </div>
</template>

Customization

Each component is designed to be easily customizable, with a variety of props and slots available to customize the component's appearance and behavior. Additionally, the package includes several mixins that can be used to extend and customize the components further.

1.0.87

1 year ago

1.0.75

1 year ago

1.0.74

1 year ago

1.0.73

1 year ago

1.0.72

1 year ago

1.0.71

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago