0.4.0 • Published 11 months ago

eri-custom-title v0.4.0

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

eri-custom-title

Project setup

npm i eri-custom-title

main.js

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

import  EriCustomTitle  from 'eri-custom-title/dist/eri-custom-title.common.js'
import 'eri-custom-title/dist/eri-custom-title.css'

createApp(App)
.component('eri-custom-title', EriCustomTitle)
.mount('#app')

app.vue

<eri-custom-title myTitle="Custom Title"
                  textColor="black"
                  borderColor="gray"
                  borderHeight="2px"
                  />

Customize configuration

See Configuration Reference.

eri-custom-title

eri-custom-title

0.4.0

11 months ago

0.3.0

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago