1.0.8 • Published 1 year ago

@yhjmcui/tabs v1.0.8

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
1 year ago

@mcui/core

MCUI 选项卡组件。本组件依赖框架核心 @mcui/core 。更多详情请访问官网 https://mcui.fekit.cn/

安装

安装核心

npm i @mcui/core

安装组件

npm i @mcui/tabs

引用

scss

$theme: (
  light: (
    main: #d52932,
    vice: #67337d,
    text: #000000,
    back: #ffffff,
    link: #0d66d0,
    code: #e23861,
    well: #4bbc73,
    warn: #fb9a2a,
    risk: #f95850,
    info: #0889e4
  )
  // 添加更多主题...
);

// 引用框架核心
@import '~@mcui/core';

// 引用业务组件
@import '~@mcui/tabs/tabs@a';
// 引用更多组件...

html

<div mcui-tabs="@a">
  <div class="active">选择卡1</div>
  <div>选择卡2</div>
  <div>选择卡3</div>
</div>

使用

更多

详细文档请到 MCUI 官网 https://mcui.fekit.cn

1.0.8

1 year ago