# peer
총 3개의 포스트
tailwind peer group
Tailwind CSS에서 group과 peer는 주로 dropdown, toggle, modal 등과 같은 상호 작용하는 요소들을 스타일링할 때 사용되는 유용한 기능입니다.Group:group 클래스는 하위 요소들을 선택하고 해당 요소들에 특정 스타일을 적용하는 데
2023년 8월 3일
·
0개의 댓글·
0[NextJs] input type='radio', peer( peer-checked, tailwindcss)
peer 은 자신의 바로 다음에 올 태그에 효과를 부여한다.input type="radio" 를 사용할 때input 의 체크버튼을 숨기기 위해 label 태그로 input, span 을 묶어준다.이 때, input 에 className 에 peer 을 주어바로 다음 태
2023년 2월 8일
·
0개의 댓글·
0