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
- 카카오맵
- input 컴포넌트
- froggy
- git revert
- position
- flex container
- flex item
- 테스트 코드
- justify-content: center;
- react 상태 관리 라이브러리
- Flexbox Froggy
- Redux
- 정보처리기사필기
- 모듈 관리
- 백준
- flexbox
- 조건부 스타일링
- 프로그래머스
- login button 컴포넌트
- 기사퍼스트
- createstore 취소선
- 정보처리기사
- JWT
- 홍달쌤
- error
- flexbox/grid 적용 여부
- prettier
- REACT
- github
- 정보처리기사실기
Archives
- Today
- Total
목록모듈 (1)
minyoung

공통 컴포넌트 NicknameInput 개발 과정NicknameInput 컴포넌트 구현src/components/common/NicknameInput.jsximport styled from "styled-components";const NicknameInput = ({ type, placeholder, value, onChange, status }) => { return ( );};const Input = styled.input` background-color: transparent; // 기본 배경색 제거 (투명하게 설정) border: none; // 기본 테두리 제거 outline: none; // 클릭했을 때 outline 제거 width: 350px..
React/Makery
2024. 8. 28. 21:17