0.1.4 • Published 2 years ago

@belleymambo/adisq-design-system v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

ADISQ - Design system

npm version

Components library made for ADISQ.

Required
  • vue >= 3.2.37

Install

  1. Install package via npm

npm i @belleymambo/adisq-design-system

  1. Add global css in your project. In App.vue for example.

import "@belleymambo/adisq-design-system/css";

Usage

Import the desired element from package like a normal component.

<template>
    <div>
        <ds-button>Un bouton</ds-button>
    </div>
</template>

<script>
import { defineComponent } from "vue";

import { DsButton } from "@belleymambo/adisq-design-system";

export default defineComponent({
    components: {
        DsButton,
    },
});
</script>

*All elements are prefixed by Ds/ds-

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago