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
- summary
- 셀렉트박스 커스텀
- 옵저버블
- formgroup
- Ionic modal
- 스크롤 이벤트
- egov spring ajax 사용 예시
- angular button
- flex-1
- scroll
- angular route
- ApexChart
- prisma
- 앵귤러 모달
- Angular Router
- modal
- mysql if
- 스크롤 이벤트 감지
- angular animation
- Router
- 호버
- Oracle LISTAGG 사용 예시
- 앵귤러 애니메이션
- TAILWIND
- route
- 아이오닉 스크롤 이벤트
- 검색
- ajax 사용 예시
- angular modal
- 모달
Archives
- Today
- Total
깜놀하는 해므찌로
Angular 게시판 탭 Tab 예시 본문
반응형
SMALL
<div
*ngFor="let tab of tabs"
class="py-3 px-4 hover:text-gray-300"
[ngClass]="{'border-b-2 border-primary text-primary font-semibold hover:text-primary' : currentTab === tab}"
(click)="currentTab = tab"
>
{{tab}}
</div>
currentTab: string = '전체';
tabs: string[] = [
'전체',
'출고 대기',
'출고 승인',
'충고 완료',
'제조 완료',
'배송 중',
'배송 완료',
];
반응형
LIST
'IT' 카테고리의 다른 글
Angular hover 시 목록 값 보여주기 예시 / 마우스 호버 (0) | 2023.06.21 |
---|---|
Input type date appearance none 설정 예시 / date mark remove / date mark none (0) | 2023.06.21 |
Angular icon component 예시 (0) | 2023.06.20 |
search box CSS 검색 박스 CSS 예시 (0) | 2023.06.19 |
Video width height 동영상 화면 비율 조정하기 CSS Tailwind / aspect-video (0) | 2023.06.19 |