4.0.1 • Published 2 months ago

@vlalg-nimbus/nb-text v4.0.1

Weekly downloads
-
License
-
Repository
github
Last release
2 months ago

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:

  • nb-gradient-text
  • nb-highlight-selected-text

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

License

MIT