1.3.158 • Published 4 years ago

@voicenter-team/voicenter-ui v1.3.158

Weekly downloads
-
License
-
Repository
-
Last release
4 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

4 years ago

1.3.157

4 years ago

1.3.156

4 years ago

1.3.155

4 years ago

1.3.154

4 years ago

1.3.153

4 years ago

1.3.152

4 years ago

1.3.151

4 years ago

1.3.150

4 years ago

1.3.149

4 years ago

1.3.148

4 years ago

1.3.147

4 years ago

1.3.146

4 years ago

1.3.145

4 years ago

1.3.144

4 years ago

1.3.143

4 years ago

1.3.142

4 years ago

1.3.141

4 years ago

1.3.140

4 years ago

1.3.139

4 years ago

1.3.138

4 years ago

1.3.137

4 years ago

1.3.136

4 years ago

1.3.135

4 years ago

1.3.134

4 years ago

1.3.133

4 years ago

1.3.132

4 years ago

1.3.131

4 years ago

1.3.130

4 years ago

1.3.129

4 years ago

1.3.128

4 years ago

1.3.127

4 years ago

1.3.126

4 years ago

1.3.125

4 years ago

1.3.124

4 years ago

1.3.123

4 years ago

1.3.122

4 years ago

1.3.121

4 years ago

1.3.120

4 years ago

1.3.119

4 years ago

1.3.118

4 years ago

1.3.117

4 years ago

1.3.116

4 years ago

1.3.115

4 years ago

1.3.114

4 years ago

1.3.113

4 years ago

1.3.112

4 years ago

1.3.111

4 years ago

1.3.110

4 years ago

1.3.109

4 years ago

1.3.108

4 years ago

1.3.107

4 years ago

1.3.106

4 years ago

1.3.105

4 years ago

1.3.104

4 years ago

1.3.103

4 years ago

1.3.102

4 years ago

1.3.101

4 years ago

1.3.999

4 years ago

1.3.99

4 years ago

1.3.98

4 years ago

1.3.97

4 years ago

1.3.96

4 years ago

1.3.95

4 years ago

1.3.94

4 years ago

1.3.93

4 years ago

1.3.92

4 years ago

1.3.91

4 years ago

1.3.9

4 years ago

1.3.8

4 years ago

1.3.7

4 years ago

1.3.6

4 years ago

1.3.5

4 years ago

1.3.4

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.7

4 years ago

1.2.6

4 years ago

1.2.5

4 years ago

1.2.2

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago