Skip to content

xuchangjunjx/vue-components

Repository files navigation

vue-components

try to build vue components

Guide

we has build this components:

  1. Button
//with *.vue
<Button type='success'></Button>
//with CDN
<i-button type='success'></i-button>
  1. CountUp
//with *.vue
<CountUp :start="0" :end="2048"></CountUp>
//with CDN
<i-count-up :start="0" :end="2048"></i-count-up>

more see the test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published