styled components草根中文版文件
阿新 • • 發佈:2018-11-16
1.styled components官網網址 https://www.styled-components.com/docs 以元件的形式來寫樣式。 1.1安裝 yarn add styled-components 1.2 寫法依託於ES6和webpack。
2.Getting Started萬物皆元件
把樣式定義在元件中 import styled from 'styled-components' const Title