0.1.16 • Published 9 months ago

sihrong-package-demo v0.1.16

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

🚀 Features

  • 🎪 Support for Vue 3
  • 🦾 Simple and user-friendly UI components
  • 🔋 Develop the integration of UnoCSS (optional)
  • 🔩 Compatible with cjs, es, and iife versions
  • 🌎 Documentation available: 中文 | English

📦 Installation

npm install sihrong-package-demo -S

🕶 Style

import 'mike-vue-ui/dist/index.css';

⚡ Components

password input

  • Specialized input for password, provide display password switching .

import { PasswordInput } from "sihrong-package-demo";

const message = ref("");

  // 非必要,string
const width = ref('100px');
   <password-input v-model="message" width="width"></password-input>

License

MIT License © 2023-PRESENT Cheng-sih-rong

0.1.16

9 months ago

0.1.15

9 months ago