React中使用外部样式的3种方式(小结)
一、关于css-in-js的认识
1、css-in-js是一种使用 js 编写 css 样式的 css 处理方案。它的实现方案有很多,比如、、(paypal 开源的,不再维护)、radium、emotion等等。
2、其中最成熟的便是styled-ponents和emotion。它们真正意义上实现了组件化style,可以说是专门为 react 打造的。
二、styled-ponents 简介
是 css-in-js 主流的实现方案,也是组件化style的主流实现方案。
狼蚁网站SEO优化是styled-ponents的一些特性
1、唯一class类名和 css-module 异曲同工,生成唯一类名,避免重复和全局污染,也不需要你费脑筋思考该如何命名。
2、无冗余css代码它的样式和组件绑定,组件调用则样式起作用。意味着你不需要关心如何检测和删除那些未使用的 css 代码。
3、动态样式 它可以很简单地调整和拓展组件的样式,而不需要建立很多个 class 类来维护组件的样式。
4、自动添加兼容前缀和 Aurefixer 类似,会自动添加浏览器兼容前缀以支持旧版浏览器。
5、支持变量和继承你可以使用变量来设置不同的样式,使用这些不同样式时只需要给样式组件传递一个参数即可。
三、styled-ponents使用方式
1、安装
npm install styled-ponents
2、使用
styled-ponents主要基于 es6 的标签模板语法调用标签函数
import React, { Component } from 'react' import styled from 'styled-ponents' export default class Style extends Component { render() { return ( <> <div> <Title>我是标题</Title> </div> </> ) } } // 使用es6的模板字符串的方式(狼蚁网站SEO优化表示定义了h1的样式) const Title = styled.h1` font-size: 20px; color: #f00;
3、嵌套的使用
import React, { Component } from 'react' import styled from 'styled-ponents' export default class Style extends Component { render() { return ( <> <div> <Content> <h2>你好</h2> <div className="content">我是内容</div> </Content> </div> </> ) } } const Content = styled.div` width: 100%; height: 500px; border: 1px solid #f00; > h2 { color: pink; } > .content { text-align: center; color: #f00; } `
4、使用props传递参数的方式
import React, { Component } from 'react' import styled, { css } from 'styled-ponents' export default class Style2 extends Component { render() { return ( <div> <Button> 提交 </Button> <Button primary> 提交 </Button> </div> ) } } const Button = styled.button` font-size: 1em; margin: 1em; padding: 0.25em 1em; border-radius: 5px; color: palevioletred; border: 2px solid palevioletred; cursor: pointer; ${props => props.primary && css` border: 2px solid mediumseagreen; color: mediumseagreen; `} `
5、样式的继承
import React, { Component } from 'react' import styled from 'styled-ponents' export default class Style3 extends Component { render() { return ( <div> <Button> 提交 </Button> <ExtendingButton> 提交 </ExtendingButton> </div> ) } } const Button = styled.button` background: palevioletred; color: white; ` const ExtendingButton = styled(Button)` font-size: 18px; padding: 5px 25px; `
四、使用sass
使用create-react-app创建的项目是支持sass的需要自己安装
1、安装
npm install node-sass
2、直接使用
import React, { Component } from 'react' import './style4.scss' export default class Style4 extends Component { render() { return ( <div> <div className="title">我是标题</div> </div> ) } }
五、使用css-module
使用create-react-app创建的项目,默认情况下就支持css-module
1、样式文件必须以[name].module.css或[name].module.scss的形式命名
2、以变量的形式导入样式文件,比如 import styles from './style.module.css';
3、className以变量引用的方式添加,比如 className={ styles.title }
import React, { Component } from 'react' import styles from './Style5.module.scss' export default class Style5 extends Component { render() { return ( <div> <div className={styles.title}>我是标题</div> </div> ) } } <div class="Style5_title__lsl4D"></div>
4、如果不想使用默认的哈希值
:global(.wrap) { color: green; } // 直接使用 <h2 className="wrap">你好</h2>
5、样式的继承
.className { color: green; background: red; } .otherClassName { poses: className; // 直接继承上面的 color: yellow; } .title { poses: className from './another.css'; // 直接使用外部样式表 color: red; }
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持狼蚁SEO。
编程语言
- 如何快速学会编程 如何快速学会ug编程
- 免费学编程的app 推荐12个免费学编程的好网站
- 电脑怎么编程:电脑怎么编程网咯游戏菜单图标
- 如何写代码新手教学 如何写代码新手教学手机
- 基础编程入门教程视频 基础编程入门教程视频华
- 编程演示:编程演示浦丰投针过程
- 乐高编程加盟 乐高积木编程加盟
- 跟我学plc编程 plc编程自学入门视频教程
- ug编程成航林总 ug编程实战视频
- 孩子学编程的好处和坏处
- 初学者学编程该从哪里开始 新手学编程从哪里入
- 慢走丝编程 慢走丝编程难学吗
- 国内十强少儿编程机构 中国少儿编程机构十强有
- 成人计算机速成培训班 成人计算机速成培训班办
- 孩子学编程网上课程哪家好 儿童学编程比较好的
- 代码编程教学入门软件 代码编程教程