1.0.15 • Published 3 years ago

dcocd-plus v1.0.15

Weekly downloads
92
License
MIT
Repository
-
Last release
3 years ago

Install

Install Dcocd UI

Using npm:

npm install dcocdui-design --save

Using a script tag for global use:

<script type="text/javascript" src="dcocdui.min.js"></script>
<link rel="stylesheet" href="dist/styles/dcocdui.css">

You can find more info on the website.

Usage

<template>
    <Slider v-model="value" range />
</template>
<script>
    export default {
        data () {
            return {
                value: [20, 50]
            }
        }
    }
</script>

Using css via import:

import 'view-design/dist/styles/dcocdui.css';
1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago