1.3.4 • Published 9 months ago

@mydr/design-system v1.3.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
9 months ago

MyDr Design System

Vue 3 components library written in TypeScript and Sass with design system by MyDr

Table of Contents

Documentation

To check out docs, visit ##TODO## page.

Features

  • 50+ UI components,
  • directives,
  • customizable styles (sass variables),
  • internationalization,
  • support for font awesome icons,
  • typescript support,
  • helper css classes,
  • ... and more

Installation

npm i @mydr/design-system

Quick start

Add library to your Vue 3 app in entry file (eg. main.js):

import { createApp } from 'vue';
import App from './App.vue';
import Ui from '@mydr/design-system';

createApp(App)
  .use(createUI({}))
  .mount('#app');

Import stylesheet file:

@import '~@mydr/design-system/dist/mydr-design-system';

Install MyDr icons in your project:

npm i @mydr/my-icons

and import icons in your styles:

@import '~@mydr/icons/dist/my-icons.css';
1.3.4

9 months ago

1.3.3

9 months ago

1.3.2

9 months ago

1.3.3-1

9 months ago

1.3.1-2

9 months ago

1.3.1

9 months ago

1.3.1-1

9 months ago

1.2.0

9 months ago

1.2.0-1

9 months ago

1.2.0-2

9 months ago

1.1.16-1

9 months ago

1.3.0

9 months ago

1.3.0-1

9 months ago

1.1.16

9 months ago

1.1.15

9 months ago

1.1.14

9 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.1.7-fix

11 months ago

1.1.9

11 months ago

1.1.8

11 months ago

1.1.2-fix

12 months ago

1.1.7

11 months ago

1.1.6

11 months ago

1.1.5

11 months ago

1.1.4

11 months ago

1.1.3

11 months ago

1.1.2

12 months ago

1.1.6-fix

11 months ago

1.1.12

10 months ago

1.1.11

10 months ago

1.1.10

11 months ago

1.1.13

10 months ago

1.1.9-fix

11 months ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1-fix

1 year ago

1.0.1-fix-2

1 year ago

1.0.1

1 year ago

1.0.1-fix-v3

1 year ago

1.0.1-fix-v1

1 year ago

1.0.1-fix-v2

1 year ago

1.0.0

1 year ago