Atomic Habits

React. Part2. ch3. 06 React Semantic UI 1 본문

카테고리 없음

React. Part2. ch3. 06 React Semantic UI 1

체계성 2021. 11. 14. 12:02

○ 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