@vlalg-nimbus/nb-text

4.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 4.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 4.0.1
    1
  • 4.0.0
    0
  • 3.0.0
    0
  • 2.0.0
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i @vlalg-nimbus/nb-text

Weekly Downloads

3

Version

4.0.1

License

none

Unpacked Size

45.4 kB

Total Files

6

Last publish

Collaborators

  • tonhaosantos