vue-emotion:与Vue.js无缝使用情感(CSS-in-JS)

时间:2024-05-26 09:58:41
【文件属性】:

文件名称:vue-emotion:与Vue.js无缝使用情感(CSS-in-JS)

文件大小:184KB

文件格式:ZIP

更新时间:2024-05-26 09:58:41

vue emotion css-in-js JavaScript

虚拟情感 是下一代CSS-in-JS。 安装 yarn add @egoist/vue-emotion 目录 用法 使用插件: import { VueEmotion } from '@egoist/vue-emotion' Vue . use ( VueEmotion ) 创建样式化的组件: import { styled } from '@egoist/vue-emotion' const Button = styled ( 'button' ) ` font-size: 15px; ` const PinkButton = styled ( Button ) ` color: hotpink; ` new Vue ( { render ( ) { return ( < div> < Button > normal butto


网友评论