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 | 29 | 30 | 31 |
Tags
- vaadin
- 공정능력
- 보조정렬
- IntelliJ
- SSL
- GIT
- Spring
- Java
- window
- tomcat
- hadoop
- NPM
- Kotlin
- MSSQL
- Sqoop
- Express
- xPlatform
- Python
- SPC
- mapreduce
- JavaScript
- table
- es6
- react
- Eclipse
- Android
- R
- plugin
- SQL
- mybatis
Archives
- Today
- Total
반응형
목록styled (1)
DBILITY
react styled component
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
반응형