0.0.24 • Published 6 months ago

nicolo_cavalli_ui_lib v0.0.24

Weekly downloads
-
License
MIT
Repository
-
Last release
6 months ago

Vue.js UI components library

How to use this library

1) Install with npm i nicolo_cavalli_ui_lib 2) In the root index.html import the CSS:

<!DOCTYPE html>
<html lang="en">
  <head>
      ...
     <link rel="stylesheet" href="../node_modules/nicolo_cavalli_ui_lib/dist/style.css" />
  </head>
  <body> ... </body>
</html>

3) In a .vue file, import the library components you need and use them in the template:

<template>
  ...
  <Btn> click me </Btn>
  ...
<template/>

<script setup>
import { Btn } from 'nicolo_cavalli_ui_lib';

<script />

Available components

  • Btn
  • Checkbox
  • DropDown
  • SwitchBtn
  • Modal
0.0.24

6 months ago

0.0.23

6 months ago

0.0.22

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago