https://github.com/hengg/styled-components-docs-zh
💅 styled-components 中文文档翻译 🏇持续施工中
https://github.com/hengg/styled-components-docs-zh
chinese-translation css-in-js styled-components
Last synced: about 1 month ago
JSON representation
💅 styled-components 中文文档翻译 🏇持续施工中
- Host: GitHub
- URL: https://github.com/hengg/styled-components-docs-zh
- Owner: hengg
- License: mit
- Created: 2018-09-21T15:31:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-31T18:07:11.000Z (over 5 years ago)
- Last Synced: 2023-11-07T20:04:20.690Z (over 1 year ago)
- Topics: chinese-translation, css-in-js, styled-components
- Homepage:
- Size: 59.6 KB
- Stars: 177
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# styled-components 💅 中文文档翻译
## Notice
> This is not the official styled-components docs. I've been working on translating the official styled-components docs in Chinese.
**官网地址:**[https://www.styled-components.com](https://www.styled-components.com)
**官方文档:**[https://www.styled-components.com/docs](https://www.styled-components.com/docs)
**github地址:**[https://github.com/styled-components/styled-components](https://github.com/styled-components/styled-components)
能力所限,已翻译部分可能仍有字词错误或语句不通顺的地方,欢迎有能力的同学帮助纠正.
## 目录
- [Basics 基本用法](./Basics.md)
- [Motivation 动机](./Basics.md#动机)
- [Installation 安装](./Basics.md#安装)
- [Getting Started 入门](./Basics.md#入门)
- [Adapting based on props 基于属性的适配](./Basics.md#基于属性的适配)
- [Extending styles 样式继承](./Basics.md#样式继承)
- [Styling any components 为任意组件添加样式](./Basics.md#给任何组件添加样式)
- [Passed props 属性传递](./Basics.md#属性传递)
- [Coming from CSS](./Basics.md#ComingfromCSS)
- [Attaching additional props 附加额外的属性](./Basics.md#附加额外的属性)
- [Animations 动画](./Basics.md#动画)
- [React Native](./Basics.md#ReactNative)- [Advanced 进阶用法](./Advanced.md)
- [Theming 主题](./Advanced.md#主题)
- [Refs](./Advanced.md#Refs)
- [Security 安全性](./Advanced.md#安全性)
- [Existing CSS](./Advanced.md#ExistingCSS)
- [Media Templates 媒体模板](./Advanced.md#媒体模板)
- [Tagged Template Literals 标记模板字符串](./Advanced.md#标记模板字符串)
- [Server Side Rendering 服务端渲染(v2+)](./Advanced.md#服务端渲染)
- [Referring to other components](./Advanced.md#referring-to-other-components)
- [Style Objects 样式对象](./Advanced.md#样式对象)- API Reference
- Primary
- Helpers
- Test Utilities
- Supported CSS
- Flow
- TypeScript
- Previous APIs