Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- window
- mapreduce
- table
- Sqoop
- react
- tomcat
- plugin
- Kotlin
- xPlatform
- Python
- GIT
- vaadin
- R
- Android
- SQL
- SSL
- Eclipse
- Express
- Java
- JavaScript
- hadoop
- 보조정렬
- 공정능력
- es6
- MSSQL
- NPM
- Spring
- mybatis
- IntelliJ
- SPC
Archives
- Today
- Total
반응형
목록styled components (1)
DBILITY
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/elLE1J/btr9AY0lExX/CxNfizXylqgpYsvPjcf8u1/img.png)
https://styled-components.com/ styled-components Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅🏾 styled-components.com 외부에 css,scss를 만들고 id,class로 참조하지 않고, 콤포넌트 내부에서 콤포넌트를 이름을 사용하는 것처럼 지정하는 것이다. 말이 복잡하다. 내부에 있기 때문에 전역적으로 중첩(꼬이는ㅋㅋ)되지 않게 사용할 수 있다. 이게 전부인가? 일단 설치한다. npm install styled-components 콤포넌트내에서 사용할 style을 대충 만들어 본다. import styl..
front-end & ui/react
2023. 4. 12. 10:54
반응형