1.3.158 • Published 3 years ago

@voicenter-team/voicenter-ui v1.3.158

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Voicenter UI library for Vue

This is Vue 3.x + Typescript component library made for Voicenter systems

Installation

  1. run yarn add @voicenter-team/voicenter-ui or npm i @voicenter-team/voicenter-ui
  2. In main js/ts file add
import '@voicenter-team/voicenter-ui/library/super.ssr.css'
import VoicenterUI from '@voicenter-team/voicenter-ui'

app.use(VoicenterUI, {
    component: [], // Here you can pass list of components which you wan't to be globally registered. If empty - will register globally all
    themeName: 'red', // Pass the name of the theme
    lang: 'en' // Pass the language for app localization
})

2.1. If you are using tailwind update your tailwind.config.js with:

const voiceTailwindScheme = require('@voicenter-team/voicenter-ui/src/theme/tailwindScheme')

module.exports = {
  ...yourConfiguration,
  theme: {
    colors: {
      ...voiceTailwindScheme
    },
    borderColor: {
      ...voiceTailwindScheme
    }
  }
}

Documentation

Visit documentation for detailed info

1.3.158

3 years ago

1.3.157

3 years ago

1.3.156

3 years ago

1.3.155

3 years ago

1.3.154

3 years ago

1.3.153

3 years ago

1.3.152

3 years ago

1.3.151

3 years ago

1.3.150

3 years ago

1.3.149

3 years ago

1.3.148

3 years ago

1.3.147

3 years ago

1.3.146

3 years ago

1.3.145

3 years ago

1.3.144

3 years ago

1.3.143

3 years ago

1.3.142

3 years ago

1.3.141

3 years ago

1.3.140

3 years ago

1.3.139

3 years ago

1.3.138

3 years ago

1.3.137

3 years ago

1.3.136

3 years ago

1.3.135

3 years ago

1.3.134

3 years ago

1.3.133

3 years ago

1.3.132

3 years ago

1.3.131

3 years ago

1.3.130

3 years ago

1.3.129

3 years ago

1.3.128

3 years ago

1.3.127

3 years ago

1.3.126

3 years ago

1.3.125

3 years ago

1.3.124

3 years ago

1.3.123

3 years ago

1.3.122

3 years ago

1.3.121

3 years ago

1.3.120

3 years ago

1.3.119

3 years ago

1.3.118

3 years ago

1.3.117

3 years ago

1.3.116

3 years ago

1.3.115

3 years ago

1.3.114

3 years ago

1.3.113

3 years ago

1.3.112

3 years ago

1.3.111

3 years ago

1.3.110

3 years ago

1.3.109

3 years ago

1.3.108

3 years ago

1.3.107

3 years ago

1.3.106

3 years ago

1.3.105

3 years ago

1.3.104

3 years ago

1.3.103

3 years ago

1.3.102

3 years ago

1.3.101

3 years ago

1.3.999

3 years ago

1.3.99

3 years ago

1.3.98

3 years ago

1.3.97

3 years ago

1.3.96

3 years ago

1.3.95

3 years ago

1.3.94

3 years ago

1.3.93

3 years ago

1.3.92

3 years ago

1.3.91

3 years ago

1.3.9

3 years ago

1.3.8

3 years ago

1.3.7

3 years ago

1.3.6

3 years ago

1.3.5

3 years ago

1.3.4

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.2.7

3 years ago

1.2.6

3 years ago

1.2.5

3 years ago

1.2.2

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago