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 |
Tags
- Oracle LISTAGG 사용 예시
- angular button
- summary
- route
- Router
- TAILWIND
- angular animation
- prisma
- 모달
- 스크롤 이벤트
- Angular Router
- flex-1
- 아이오닉 스크롤 이벤트
- ApexChart
- Ionic modal
- 스크롤 이벤트 감지
- modal
- 셀렉트박스 커스텀
- angular route
- egov spring ajax 사용 예시
- 호버
- 검색
- angular modal
- 옵저버블
- 앵귤러 모달
- scroll
- ajax 사용 예시
- mysql if
- 앵귤러 애니메이션
- formgroup
Archives
- Today
- Total
깜놀하는 해므찌로
selectbox custom Details 활용 예시 본문
반응형
SMALL
<details
class="flex gap-2 border border-gray-200 rounded-md max-w-max shadow-[0px_1px_2px_0px_rgba(0,0,0,0.05)]"
>
<summary
class="flex w-full items-center justify-between gap-[0.6875rem]"
>
<div class="py-2.5 pl-3">10</div>
<div class="pr-[0.9625rem]">
<app-icon
name="material-symbols:keyboard-arrow-up"
class="h-4 w-4"
/>
</div>
</summary>
<div
class="absolute bg-white border border-gray-200 rounded-md max-w-max"
>
<div
*ngFor="let item of pageAmounts"
class="px-2 py-0.5 cursor-pointer w-full h-[2.3125rem]"
>
<div
class="relative flex w-full bg-white text-gray-600 h-[2.3125rem] hover:bg-gray-100 items-center px-2 rounded-md"
>
{{item}}
</div>
</div>
</div>
</details>
반응형
LIST
'IT' 카테고리의 다른 글
tailwind 기본 설정 / tailwind is not working (0) | 2023.04.25 |
---|---|
transition-all css / select custom / details div로 끝내기 (0) | 2023.04.25 |
페이지네이션 현재 페이지 10개만 가져오기 예시 pagination (0) | 2023.04.25 |
Angular layout example / flex-1 (0) | 2023.04.25 |
Angular layout example / flex-1 (0) | 2023.04.25 |