cml-components

2.3.5 • Public • Published

cml-components

My components, for create an ERP model in vue 3 in Ecuador

USE npm i cml-components

In Vue.js -> main.js file if you needs use in all your components

import "cml-components/dist/style.css";

and use components in funtion to needs

import {
	inputDateRange,
	inputVue,
	Modal,
	selectVue,
	checkVue,
	tab,
	tabs,
	Icons,
} from "cml-components";

app.component("card-modal", Modal);
app.component("icon-vue", Icons);
app.component("inputVue", inputVue);
app.component("inputDateRangeVue", inputDateRange);
app.component("tabsVue", tabs);
app.component("tabVue", tab);
app.component("checkVue", checkVue);
app.component("selectVue", selectVue);

in Nuxt.js create file cml-components.js in folder /plugins and copy the last code

Package Sidebar

Install

npm i cml-components

Weekly Downloads

2

Version

2.3.5

License

none

Unpacked Size

133 kB

Total Files

8

Last publish

Collaborators

  • clopezpro