yangzz-ui

1.0.0 • Public • Published

Vitepress Demo

基于 vitepress-theme-demoblock 插件来实现 Vue 组件的支持。

  • [x] Vue 组件
<demo-block>
  <xl-button>默认按钮</xl-button>
  <xl-button type="primary">主要按钮</xl-button>
  <xl-button type="success">成功按钮</xl-button>
  <xl-button type="info">信息按钮</xl-button>
  <xl-button type="warning">警告按钮</xl-button>
  <xl-button type="danger">危险按钮</xl-button>
</demo-block>

image

  • [x] Vue 代码自动渲染并且显示对应 Code

:::demo

<template>
  <xl-button>默认按钮</xl-button>
  <xl-button type="primary">主要按钮</xl-button>
  <xl-button type="success">成功按钮</xl-button>
  <xl-button type="info">信息按钮</xl-button>
  <xl-button type="warning">警告按钮</xl-button>
  <xl-button type="danger">危险按钮</xl-button>
</template>

:::

vitepress-demo-example

Readme

Keywords

none

Package Sidebar

Install

npm i yangzz-ui

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

111 kB

Total Files

29

Last publish

Collaborators

  • yangzz