Skip to content

Latest commit

 

History

History
78 lines (53 loc) · 1.82 KB

README.md

File metadata and controls

78 lines (53 loc) · 1.82 KB

SihRong-package-demo

vue Conf 工作坊初次 npm 套件上傳 demo

NPM version

NPM version

🚀 Features

  • 🎪 支援Vue 3
  • 🦾 簡單好用的UI組件
  • 🔩 支援 cjs es iife 版本
  • 🌎 文件支援: 中文 | English

📦 Installation

npm install sihrong-package-demo -S

🕶 Style

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

⚡ Components

密碼Input

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