1.0.4 • Published 3 years ago

kaka77ui v1.0.4

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

Features

  • 10+ Reusable components
  • 10kb Component average size (min+gzip)
  • Extensive documentation and demos
  • Support Vue 2
  • Support Tree Shaking

Install

# Install kaka77ui 2 for Vue 2 project
npm i kaka77ui -S

Quickstart

import { createApp } from 'vue';
import { yButton } from 'kaka77ui';
import 'kaka77ui/lib/theme/index.css';

const app = createApp();
app.use(yButton);

See more in Quickstart.

Contribution

Please make sure to read the Contributing Guide before making a pull request.

Browser Support

Modern browsers and Android 4.0+, iOS 8.0+.

Links

LICENSE

MIT