0.0.0-alpha.1 • Published 3 years ago

@jackiew/jui v0.0.0-alpha.1

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

Jackie-UI

npm.io npm.io

A UI Toolkit for Web-Apps Based On Vue.js 3.

Introduction

Jackie-UI is not only support perfectly on computers but also on cell phones.

It just a personal project for practice and study.

For more information, please refer our documentation.

Features

  • 🌈 Self-designed interaction language and visual style
  • 📦 Out-of-the-box, high-quality Vue components
  • 🥇 Developed in TypeScript and Scss
  • ☀️ Friendly API
  • 🎨 Sophisticated, beautiful UI
  • 📓 With clear demo site and detailed documentation

TODO

  • AtomCss
  • Internationalization
  • Theme
  • Normal

    • Avatar
    • Badge
    • Button
    • Card
    • Carousel
    • Divider
    • Icon
    • Image
    • List
    • Menu
    • Paper
  • Feedback

    • Alert
    • Dialog
    • Tooltip
  • From

    • Auto Complete
    • Check Box
    • Radio
    • Rate
    • Select
    • Slider
    • Switch
    • Upload
  • Layout

    • Application
    • Grid
    • Layout
  • Navigation

    • App Bar
    • Navigation Bar
    • Pagination

install

npm install @jackiew/jui

Quick Start

import JUI from "jackiew-ui";
import "jackiew-ui/jui.css";
Vue.use(JUI);

// or
import {
  JAppBar,
  JButton,
  // ...
} from "jackiew-ui";
Vue.component(JAppBar.name, JAppBar);
Vue.component(JButton.name, JButton);

Browser Support

EdgeChromeSafari
EdgeLast two versionsLast two versions

LICENSE

MIT License © 2022 JackieWong

Looking forward to your suggestion!!

0.0.0-alpha.1

3 years ago

0.0.0-alpha-01

3 years ago

0.0.0-alpha1.1

3 years ago

0.0.0-alpha1

3 years ago

0.0.0

3 years ago