3.0.0-beta.40 • Published 9 months ago

@central-design-system/illustrations v3.0.0-beta.40

Weekly downloads
-
License
ISC
Repository
-
Last release
9 months ago

Central Design System - Illustrations

Иллюстрации

Getting started

NPM

npm install @central-design-system/illustrations
OR 
yarn add @central-design-system/illustrations

Use

To use Illustrations in your Vue.js project, add this code:

import Vue from 'vue';
import Illustrations from '@central-design-system/illustrations';

Vue.use(Illustrations);
import "@central-design-system/illustrations/styles.scss";

In your template

<template>
  <actives-rise-rub />
</template>

Properties

mono

Type: Boolean Required: false

SVG without main colors

Customize styles

Use common css class .cds-illustrations or other for customize colors and sizes

.cds-illustrations {
  width: 128px;
  height: 128px;
}

.cds-illustrations #color-primary {
  fill: red;
}

.cds-illustrations #color-secondary {
  fill: blue;
}

.cds-illustrations #shape {
  fill: green;
}

.cds-illustrations #mono {
  fill: yellow;
}

Build illustrations

Put svg file to the src/svg and run command

npm run generate

New vue component appear in src/components folder

Use for production build

npm run build
3.0.0-beta.40

9 months ago

3.0.0-beta.38

10 months ago

3.0.0-beta.39

9 months ago

3.0.0-beta.37

10 months ago

3.0.0-beta.27

1 year ago

3.0.0-beta.28

1 year ago

3.0.0-beta.29

1 year ago

3.0.0-beta.30

1 year ago

3.0.0-beta.31

1 year ago

3.0.0-beta.32

1 year ago

3.0.0-beta.33

1 year ago

3.0.0-beta.34

12 months ago

3.0.0-beta.35

11 months ago

3.0.0-beta.36

11 months ago

3.0.0-beta.26

1 year ago

3.0.0-beta.24

1 year ago

3.0.0-beta.25

1 year ago

3.0.0-beta.23

1 year ago

3.0.0-beta.22

1 year ago

3.0.0-beta.21

1 year ago

3.0.0-beta.20

1 year ago

3.0.0-beta.19

1 year ago

3.0.0-beta.18

1 year ago

3.0.0-beta.17

1 year ago

3.0.0-beta.16

1 year ago

3.0.0-beta.15

1 year ago

3.0.0-beta.13

1 year ago

3.0.0-beta.14

1 year ago

3.0.0-beta.12

1 year ago

3.0.0-beta.11

1 year ago

3.0.0-beta.10

1 year ago

3.0.0-beta.9

2 years ago

3.0.0-beta.8

2 years ago

3.0.0-beta.1

2 years ago

3.0.0-beta.0

2 years ago

3.0.0-beta.3

2 years ago

3.0.0-beta.2

2 years ago

3.0.0-beta.5

2 years ago

3.0.0-beta.4

2 years ago

3.0.0-beta.7

2 years ago

3.0.0-beta.6

2 years ago

3.0.0-alpha.18

2 years ago

3.0.0-alpha.17

2 years ago

3.0.0-alpha.1

2 years ago

3.0.0-alpha.2

2 years ago

1.4.0

2 years ago

1.3.0

4 years ago

1.1.1

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago