3.0.0-beta.26 • Published 6 days ago

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

Weekly downloads
-
License
ISC
Repository
-
Last release
6 days 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.26

6 days ago

3.0.0-beta.24

16 days ago

3.0.0-beta.25

16 days ago

3.0.0-beta.23

27 days ago

3.0.0-beta.22

1 month ago

3.0.0-beta.21

1 month ago

3.0.0-beta.20

2 months ago

3.0.0-beta.19

2 months ago

3.0.0-beta.18

2 months ago

3.0.0-beta.17

2 months ago

3.0.0-beta.16

2 months ago

3.0.0-beta.15

3 months ago

3.0.0-beta.13

3 months ago

3.0.0-beta.14

3 months ago

3.0.0-beta.12

4 months ago

3.0.0-beta.11

4 months ago

3.0.0-beta.10

4 months ago

3.0.0-beta.9

5 months ago

3.0.0-beta.8

6 months ago

3.0.0-beta.1

8 months ago

3.0.0-beta.0

8 months ago

3.0.0-beta.3

7 months ago

3.0.0-beta.2

8 months ago

3.0.0-beta.5

7 months ago

3.0.0-beta.4

7 months ago

3.0.0-beta.7

6 months ago

3.0.0-beta.6

7 months ago

3.0.0-alpha.18

8 months ago

3.0.0-alpha.17

9 months ago

3.0.0-alpha.1

1 year ago

3.0.0-alpha.2

12 months ago

1.4.0

1 year ago

1.3.0

3 years ago

1.1.1

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago