1.0.0 • Published 1 year ago

webt-vue2ui v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

webt-vue2ui


Features

MarkLayer

<mark-layer
        :index="100"
        :rotate="-30"
        :opacity="0.06"
        :cell-width="300"
        :cell-height="100"
>
    <!--svg tag.-->
    <text x="150" y="30">aaa...</text>
    <text x="150" y="50">bbb...</text>
    <text x="150" y="70">bbb...</text>
</mark-layer>

Release Notes


Guide

Install

$ npm install webt-vue2ui

Using

// *.vue
import { a, b, c } from 'webt-vue2ui';

{
    // ...
    components: {
        a, b, c
    }
    // ...
}

Options

// ...

Preview


Screenshots


Documentation


Feedback


License

1.0.0

1 year ago