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
- 학습법 #집중력
- boolean
- createtextnode
- FOR
- VAR
- Openlayers
- appendChild
- htmlFor
- input
- Append
- const
- createElement
- Let
Archives
- Today
- Total
Atomic Habits
React. Part2. ch3. 06 React Semantic UI 1 본문
○ Semantic ?
- div 만 쓰는 것이 아니라, 각 영역의 의미를 부여한 tag를 사용한다. (header, footer ... )
- https://react.semantic-ui.com/
- https://react.semantic-ui.com/usage
npm install semantic-ui-react semantic-ui-css
- After install, import the minified CSS file in your app's entry file: (ex: App.js)
import 'semantic-ui-css/semantic.min.css'
Comments