Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- git lab
- next.js css
- createGlobalStyle
- github io
- ngrok실행
- react typescript
- dart 변수
- react
- There isn’t anything to compare
- API token
- github
- ngrok설치
- nextjs .env
- typescript react
- icon
- CSS
- SCSS
- Git
- rewrites
- styled components
- fetch
- nextjs 설치
- getModifierState
- input type=file
- npm styled-reset
- nextjs
- 컨디셔널 렌더링
- react env
- API 토큰
- bootstrap
Archives
- Today
- Total
목록antd (1)
꾸준히 성장하는 개발자

https://ant.design/ Ant Design - The world's second most popular React UI framework ant.design react프로젝트를 열고 터미널에 npm i antd 를 입력 후 install 해준다. Ant Design에는 대부분은 예쁘게 만들어진 컴포넌트가 있는데 그 컴포넌트를 사용하면 자동으로 스타일도 적용되고, 동작도 되어야 한다. 제작자 입장에서는 컴포넌트 소스, 별도로 스타일 파일도 제공을 해야 한다. react에서는 css모듈 방식이 더 범용적인 방식이다. 그렇기 때문에 대표적인 방식인 css방식을 제공하고 있다. 그래서 ant design의 css파일을 우선 포함시키는 과정이 필요하다. import "./index.css"; 위에 i..
React
2022. 2. 10. 23:18