Programming/JavaScript & TypeScript

[UI 라이브러리] React Semantic UI

홍열 2022. 5. 17. 16:00
728x90

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할 때 엄청난 에러를 내 뱉는다. 

검색을 좀 더 해보니 라이브러리 뜯어 고쳐야한다는데...그냥 안쓸란다.

https://velog.io/@rohkorea86/semantic-UI-semantic-ui-css-importCreate-React-App-with-TypeScript-failing-to-compile-after-importing-Semantic-UI