React:styled-components的使用
styled-components的作用:用来在react中编写css样式,css in js
1.安装
yarn add styled-components
2.styled-components基本使用
index.js
import React from 'react';
import ReactDOM from 'react-dom';
import App from './styled_component_test/01_styled_components复习';
import { Theme
原创
2020-10-24 12:52:25 ·
308 阅读 ·
0 评论