-
[UI 라이브러리] React Semantic UIProgramming/JavaScript & TypeScript 2022. 5. 17. 16:00728x90
https://react.semantic-ui.com/
Introduction - Semantic UI React
Semantic UI React is the official React integration for Semantic UI . Installation instructions are provided in the Usage section. jQuery is a DOM manipulation library. It reads from and writes to the DOM. React uses a virtual DOM (a JavaScript representat
react.semantic-ui.com
기계가 이해할 수 있는 웹페이지(웹 접근성을 높이자)
설치
npm install semantic-ui-react semantic-ui-css
index.js에서 import
import 'semantic-ui-css/semantic.min.css'
Comment나 Feed Component를 이미 만들어서 제공한다.
문제는 이 라이브러리 css를 index.js에 import할 때 엄청난 에러를 내 뱉는다.
검색을 좀 더 해보니 라이브러리 뜯어 고쳐야한다는데...그냥 안쓸란다.
'Programming > JavaScript & TypeScript' 카테고리의 다른 글
[UI 라이브러리] Material (0) 2022.05.17 [UI 라이브러리] React BootStrap (0) 2022.05.17 [UI 라이브러리] Ant Design (0) 2022.05.17 [UI 라이브러리] Onsen UI (0) 2022.05.17 [React 라이브러리] 스타일링 라이브러리 (0) 2022.05.10