참고 링크
https://github.com/JedWatson/classnames
TodoList 를 만들다가 cn 이 뭔지 궁금해졌다.
classnames은 리액트 라이브러리 중 하나이다.
조건부로 classNames를 결합할 수 있는 자비스크립트의 유틸리티
설치방법은 아래와 같다.
// npm
npm i classnames
// Bower
bower i classnames
// or Yarn (note that it will automatically save the package to your `dependencies` in `package.json`)
yarn add classnames
'프론트엔드 > React' 카테고리의 다른 글
Vite vs Next.JS (0) | 2023.07.11 |
---|---|
NPM vs YARN (0) | 2023.07.01 |
5. 컴포넌트(Component) (0) | 2023.03.10 |
JSX 문법 (0) | 2023.03.07 |
onSubmit / onClick / onChange (0) | 2023.01.25 |
댓글