0.2.27 • Published 6 months ago

@hublo/mstaff-components-library v0.2.27

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

mstaff-components-library

coverage-branches coverage-functions coverage-lines coverage-statements

Mstaff design system

Documentation

Installation to a new vue 3 project

Install from NPM

npm install @hublo/mstaff-components-library

\ Bootstrap is bundled into the library, so you don't need to install it separately.\ To use Bootstrap components into your project, install unplugin-vue-components and add some configuration to your vite.config.js.

npm i unplugin-vue-components -D
// vite.config.js

import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'

// unplugin-vue-components
import Components from 'unplugin-vue-components/vite'
import { BootstrapVueNextResolver } from 'unplugin-vue-components/resolvers'

export default defineConfig({
	plugins: [
		vue(),
		Components({
			resolvers: [BootstrapVueNextResolver()]
		})
	]
})

Doing this is enought for all bootstrap components to work in your project.\ You can also add bootstrap-vue-next as a dependency to your package.json to allow your IDE to detect Boostrap tags as known components.

{
	"dependencies": {
		"bootstrap-vue-next": "*"
	}
}

\ Fontawesome is bundled into the library, so you don't need to install it separately.\ To use Fontawesome icons component, add this configuration to your main.js.

import { FontAwesomeIcon } from '@hublo/mstaff-components-library'

// const app = createApp(App)
app.component('fa-icon', FontAwesomeIcon)
// app.mount('#app')

\ To import styles, add this line to your main.js.\ This file bundles Bootstrap styles, Fontawesome styles and global styles for any Mstaff Vue 3 project.

import '@hublo/mstaff-components-library/dist/style.css'

\ If you want to make SCSS variables accessible globally to your project, add this configuration to your vite.config.js.

// vite.config.js

export default defineConfig({
	// ...
	css: {
		preprocessorOptions: {
			scss: {
				additionalData: `
                @import '/node_modules/@hublo/mstaff-components-library/src/assets/styles/variables/_variables.scss';
                `
			}
		}
	}
})

!!! If you want to modify global styles, override some Bootstrap variables or add some Fontawesome icons, please do it in this @hublo/mstaff-components-library project, not in your project !!!

0.1.118

9 months ago

0.1.117

9 months ago

0.1.119

9 months ago

0.1.114

9 months ago

0.1.113

9 months ago

0.1.116

9 months ago

0.1.115

9 months ago

0.1.112

9 months ago

0.1.111

9 months ago

0.1.129

9 months ago

0.1.128

9 months ago

0.1.125

9 months ago

0.1.124

9 months ago

0.1.127

9 months ago

0.1.126

9 months ago

0.1.121

9 months ago

0.1.120

9 months ago

0.1.123

9 months ago

0.1.122

9 months ago

0.1.139

8 months ago

0.1.136

9 months ago

0.1.135

9 months ago

0.1.138

9 months ago

0.1.137

9 months ago

0.1.132

9 months ago

0.1.131

9 months ago

0.1.134

9 months ago

0.1.133

9 months ago

0.1.130

9 months ago

0.1.147

8 months ago

0.1.146

8 months ago

0.1.149

8 months ago

0.1.148

8 months ago

0.1.143

8 months ago

0.1.142

8 months ago

0.1.145

8 months ago

0.1.144

8 months ago

0.1.141

8 months ago

0.1.140

8 months ago

0.1.107

9 months ago

0.1.106

9 months ago

0.1.109

9 months ago

0.1.108

9 months ago

0.1.103

9 months ago

0.1.102

9 months ago

0.1.105

9 months ago

0.1.104

9 months ago

0.1.101

9 months ago

0.1.55

11 months ago

0.1.56

11 months ago

0.1.57

11 months ago

0.1.58

11 months ago

0.1.59

11 months ago

0.2.27

6 months ago

0.2.26

6 months ago

0.2.25

6 months ago

0.2.24

6 months ago

0.2.23

6 months ago

0.2.22

6 months ago

0.2.21

6 months ago

0.2.20

6 months ago

0.2.19

6 months ago

0.2.18

6 months ago

0.2.17

6 months ago

0.2.16

6 months ago

0.2.15

6 months ago

0.2.14

6 months ago

0.2.13

6 months ago

0.2.12

6 months ago

0.2.11

6 months ago

0.2.10

6 months ago

0.1.96

9 months ago

0.1.97

9 months ago

0.1.98

9 months ago

0.1.99

9 months ago

0.1.90

9 months ago

0.1.91

9 months ago

0.1.92

9 months ago

0.1.93

9 months ago

0.1.94

9 months ago

0.1.95

9 months ago

0.1.158

8 months ago

0.1.157

8 months ago

0.1.159

8 months ago

0.1.154

8 months ago

0.1.153

8 months ago

0.1.156

8 months ago

0.1.155

8 months ago

0.1.150

8 months ago

0.1.152

8 months ago

0.1.151

8 months ago

0.1.85

10 months ago

0.1.86

10 months ago

0.1.87

10 months ago

0.1.88

9 months ago

0.1.89

9 months ago

0.1.80

10 months ago

0.1.81

10 months ago

0.1.82

10 months ago

0.1.83

10 months ago

0.1.84

10 months ago

0.1.169

7 months ago

0.1.168

7 months ago

0.1.165

8 months ago

0.1.164

8 months ago

0.1.167

7 months ago

0.1.166

8 months ago

0.1.161

8 months ago

0.1.160

8 months ago

0.1.163

8 months ago

0.1.74

10 months ago

0.1.75

10 months ago

0.1.170

7 months ago

0.1.76

10 months ago

0.1.77

10 months ago

0.1.78

10 months ago

0.1.79

10 months ago

0.1.70

10 months ago

0.1.71

10 months ago

0.1.72

10 months ago

0.1.73

10 months ago

0.1.175

7 months ago

0.1.172

7 months ago

0.1.171

7 months ago

0.1.174

7 months ago

0.1.173

7 months ago

0.1.63

11 months ago

0.1.64

11 months ago

0.1.65

11 months ago

0.1.66

10 months ago

0.1.67

10 months ago

0.1.68

10 months ago

0.1.69

10 months ago

0.1.60

11 months ago

0.1.61

11 months ago

0.1.62

11 months ago

0.2.1

6 months ago

0.2.0

6 months ago

0.2.7

6 months ago

0.2.6

6 months ago

0.2.9

6 months ago

0.2.8

6 months ago

0.2.3

6 months ago

0.2.2

6 months ago

0.2.5

6 months ago

0.2.4

6 months ago

0.1.53

11 months ago

0.1.54

11 months ago

0.1.52

11 months ago

0.1.50

11 months ago

0.1.51

11 months ago

0.1.49

11 months ago

0.1.30

12 months ago

0.1.31

12 months ago

0.1.32

12 months ago

0.1.33

12 months ago

0.1.35

12 months ago

0.1.36

12 months ago

0.1.37

12 months ago

0.1.27

1 year ago

0.1.28

12 months ago

0.1.41

12 months ago

0.1.42

12 months ago

0.1.20

1 year ago

0.1.43

11 months ago

0.1.21

1 year ago

0.1.44

11 months ago

0.1.22

1 year ago

0.1.45

11 months ago

0.1.23

1 year ago

0.1.46

11 months ago

0.1.24

1 year ago

0.1.47

11 months ago

0.1.25

1 year ago

0.1.48

11 months ago

0.1.26

1 year ago

0.1.40

12 months ago

0.1.38

12 months ago

0.1.19

1 year ago

0.1.18

1 year ago

0.1.17

1 year ago

0.1.16

1 year ago

0.1.15

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago