sihrong-package-demo

0.1.16 • Public • Published

SihRong-package-demo

SihRong package demo for vue conf workshop.

NPM version

NPM version

🚀 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

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

Package Sidebar

Install

npm i sihrong-package-demo

Weekly Downloads

1

Version

0.1.16

License

MIT

Unpacked Size

11.9 kB

Total Files

7

Last publish

Collaborators

  • sihrong