四典鸡、Button組件

概述

  • button 組件在組件庫中相對來說算是一個比較簡單且獨(dú)立的組件
  • 創(chuàng)建 packages/components/Button 目錄存放按鈕組件

詳情

  • packages/components/Button/Button.vue
<template>
  <button style="background-color: blue; color: red">button</button>
</template>

<script setup lang="ts">
defineOptions({
  name: 'LxxButton',
})
</script>

  • packages/components/Button/index.ts
import Button from './Button.vue'
import { withInstall } from '@lxx-ui/utils'

// 將組件轉(zhuǎn)換成插件
export const LxxButton = withInstall(Button)
  • packages/components/Button/Button.test.tsx
import { describe, it, expect } from 'vitest'
import { mount } from '@vue/test-utils'

import Button from './Button.vue'

describe('Button.vue', () => {
  // Props: type
  it('should has the correct type class when type prop is set', () => {
    const types = ['primary', 'success', 'warning', 'danger', 'info']
    types.forEach((type) => {
      const wrapper = mount(Button, {
        props: { type: type as any },
      })
      expect(wrapper.classes()).toContain(`er-button--${type}`)
    })
  })

  // Props: size
  it('should has the correct size class when size prop is set', () => {
    const sizes = ['large', 'default', 'small']
    sizes.forEach((size) => {
      const wrapper = mount(Button, {
        props: { size: size as any },
      })
      expect(wrapper.classes()).toContain(`er-button--${size}`)
    })
  })

  // Props: plain, round, circle
  it.each([
    ['plain', 'is-plain'],
    ['round', 'is-round'],
    ['circle', 'is-circle'],
    ['disabled', 'is-disabled'],
    ['loading', 'is-loading'],
  ])(
    'should has the correct class when prop %s is set to true',
    (prop, className) => {
      const wrapper = mount(Button, {
        props: { [prop]: true },
        global: {
          stubs: ['ErIcon'],
        },
      })
      expect(wrapper.classes()).toContain(className)
    }
  )

  it('should has the correct native type attribute when native-type prop is set', () => {
    const wrapper = mount(Button, {
      props: { nativeType: 'submit' },
    })
    expect(wrapper.element.tagName).toBe('BUTTON')
    expect((wrapper.element as any).type).toBe('submit')
  })

  // Props: tag
  it('should renders the custom tag when tag prop is set', () => {
    const wrapper = mount(Button, {
      props: { tag: 'a' },
    })
    expect(wrapper.element.tagName.toLowerCase()).toBe('a')
  })

  // Events: click
  it('should emits a click event when the button is clicked', async () => {
    const wrapper = mount(Button, {})
    await wrapper.trigger('click')
    expect(wrapper.emitted().click).toHaveLength(1)
  })
})

?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末峦萎,一起剝皮案震驚了整個濱河市,隨后出現(xiàn)的幾起案子赏酥,更是在濱河造成了極大的恐慌医增,老刑警劉巖,帶你破解...
    沈念sama閱讀 212,454評論 6 493
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件谅河,死亡現(xiàn)場離奇詭異咱旱,居然都是意外死亡,警方通過查閱死者的電腦和手機(jī)绷耍,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,553評論 3 385
  • 文/潘曉璐 我一進(jìn)店門吐限,熙熙樓的掌柜王于貴愁眉苦臉地迎上來,“玉大人褂始,你說我怎么就攤上這事诸典。” “怎么了崎苗?”我有些...
    開封第一講書人閱讀 157,921評論 0 348
  • 文/不壞的土叔 我叫張陵狐粱,是天一觀的道長舀寓。 經(jīng)常有香客問我,道長肌蜻,這世上最難降的妖魔是什么互墓? 我笑而不...
    開封第一講書人閱讀 56,648評論 1 284
  • 正文 為了忘掉前任,我火速辦了婚禮蒋搜,結(jié)果婚禮上篡撵,老公的妹妹穿的比我還像新娘。我一直安慰自己豆挽,他們只是感情好育谬,可當(dāng)我...
    茶點(diǎn)故事閱讀 65,770評論 6 386
  • 文/花漫 我一把揭開白布。 她就那樣靜靜地躺著祷杈,像睡著了一般。 火紅的嫁衣襯著肌膚如雪渗饮。 梳的紋絲不亂的頭發(fā)上但汞,一...
    開封第一講書人閱讀 49,950評論 1 291
  • 那天,我揣著相機(jī)與錄音互站,去河邊找鬼私蕾。 笑死,一個胖子當(dāng)著我的面吹牛胡桃,可吹牛的內(nèi)容都是我干的踩叭。 我是一名探鬼主播,決...
    沈念sama閱讀 39,090評論 3 410
  • 文/蒼蘭香墨 我猛地睜開眼翠胰,長吁一口氣:“原來是場噩夢啊……” “哼容贝!你這毒婦竟也來了?” 一聲冷哼從身側(cè)響起之景,我...
    開封第一講書人閱讀 37,817評論 0 268
  • 序言:老撾萬榮一對情侶失蹤斤富,失蹤者是張志新(化名)和其女友劉穎,沒想到半個月后锻狗,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體满力,經(jīng)...
    沈念sama閱讀 44,275評論 1 303
  • 正文 獨(dú)居荒郊野嶺守林人離奇死亡,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點(diǎn)故事閱讀 36,592評論 2 327
  • 正文 我和宋清朗相戀三年轻纪,在試婚紗的時(shí)候發(fā)現(xiàn)自己被綠了油额。 大學(xué)時(shí)的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片。...
    茶點(diǎn)故事閱讀 38,724評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡刻帚,死狀恐怖潦嘶,靈堂內(nèi)的尸體忽然破棺而出,到底是詐尸還是另有隱情崇众,我是刑警寧澤衬以,帶...
    沈念sama閱讀 34,409評論 4 333
  • 正文 年R本政府宣布缓艳,位于F島的核電站,受9級特大地震影響看峻,放射性物質(zhì)發(fā)生泄漏阶淘。R本人自食惡果不足惜,卻給世界環(huán)境...
    茶點(diǎn)故事閱讀 40,052評論 3 316
  • 文/蒙蒙 一互妓、第九天 我趴在偏房一處隱蔽的房頂上張望溪窒。 院中可真熱鬧,春花似錦冯勉、人聲如沸澈蚌。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,815評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽宛瞄。三九已至,卻和暖如春交胚,著一層夾襖步出監(jiān)牢的瞬間份汗,已是汗流浹背。 一陣腳步聲響...
    開封第一講書人閱讀 32,043評論 1 266
  • 我被黑心中介騙來泰國打工蝴簇, 沒想到剛下飛機(jī)就差點(diǎn)兒被人妖公主榨干…… 1. 我叫王不留杯活,地道東北人。 一個月前我還...
    沈念sama閱讀 46,503評論 2 361
  • 正文 我出身青樓熬词,卻偏偏與公主長得像旁钧,于是被迫代替她去往敵國和親。 傳聞我的和親對象是個殘疾皇子互拾,可洞房花燭夜當(dāng)晚...
    茶點(diǎn)故事閱讀 43,627評論 2 350

推薦閱讀更多精彩內(nèi)容