npm.io
5.1.0 • Published 7 months ago

@vlalg-nimbus/nb-text

Licence
Version
5.1.0
Deps
4
Size
51 kB
Vulns
0
Weekly
0
Stars
16

nb-text

This component is only for Vue.js 3+


This lib contains components that allow you to manipulate texts.

Installation

npm install @vlalg-nimbus/nb-text

# or

yarn add @vlalg-nimbus/nb-text

Usage

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

import NbTextComponents from '@vlalg-nimbus/nb-text'
import "@vlalg-nimbus/nb-text/dist/style.css";

const app = createApp(App)
app.use(NbTextComponents)
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

Keywords