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를 이미 만들어서 제공한다.