@vlalg-nimbus/nb-time

1.0.4 • Public • Published

nb-time

This component is only for Vue.js 3+


This lib contains time components.

Installation

npm install @vlalg-nimbus/nb-time

# or

yarn add @vlalg-nimbus/nb-time

Usage

// main.js
import { createApp } from 'vue'
import App from './App.vue'

import NbTimeComponents from '@vlalg-nimbus/nb-time'
import "@vlalg-nimbus/nb-time/dist/style.css";

const app = createApp(App)
app.use(NbTimeComponents)
app.mount('#app')

Components list

The components that are part of this lib are:

Click on each one above to find out how to use it, properties, events, etc.

License

MIT

/@vlalg-nimbus/nb-time/

    Package Sidebar

    Install

    npm i @vlalg-nimbus/nb-time

    Weekly Downloads

    0

    Version

    1.0.4

    License

    none

    Unpacked Size

    28.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • tonhaosantos