publish(@omiu/button)

This commit is contained in:
dntzhang 2020-04-23 09:05:19 +08:00
parent 3da877c4fa
commit 117754267f
8 changed files with 5 additions and 4106 deletions

View File

@ -13,6 +13,7 @@
<img src="//alloyteam.github.io/github.png" alt="">
</a>
<script src="https://tencent.github.io/omi/packages/omi/dist/omi.js"></script>
<script src="../../../common//src/index.js"></script>
<script src="../../src/index.js"></script>
<script src="../../../icon/ac-unit-outlined.js"></script>
<script src="../../../icon/accessible-rounded.js"></script>

View File

@ -1,6 +1,6 @@
{
"name": "@omiu/button",
"version": "0.0.5",
"version": "0.0.6",
"description": "Omi UI Components.",
"main": "src/index.js",
"module": "src/index.esm.js",

View File

@ -1,5 +1,4 @@
import { WeElement } from 'omi';
import '@omiu/common';
interface Props {
size?: 'medium' | 'small' | 'mini';
type?: 'primary' | 'success' | 'warning' | 'danger' | 'info' | 'text';

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,5 @@
import { tag, WeElement, h, extractClass } from 'omi'
import * as css from './index.scss'
import '@omiu/common'
interface Props {
size?: 'medium' | 'small' | 'mini',