-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
170 additions
and
18 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
export { default as BannerBasic } from "./BannerBasic"; | ||
export { default as BtnFilter } from "./BtnFilter"; | ||
export { default as BtnFloating } from "./BtnFloating"; | ||
export { default as BtnModalDelete } from "./BtnModalDelete"; | ||
export { default as ButtonDelete24 } from "./ButtonDelete24"; | ||
export { default as CarouselPartInactive } from "./CarouselPartInactive"; | ||
export { default as Empty } from "./Empty"; | ||
export { default as IcomCopy } from "./IcomCopy"; | ||
export { default as IconArrowLeft } from "./IconArrowLeft"; | ||
export { default as IconArrowRight } from "./IconArrowRight"; | ||
export { default as IconArrowDown } from "./IconArrowDown"; | ||
export { default as IconArrowUp } from "./IconArrowUp"; | ||
export { default as IconBnk } from "./IconBnk"; | ||
export { default as IconCalendar } from "./IconCalendar"; | ||
export { default as IconCamera } from "./IconCamera"; | ||
export { default as IconCheckboxDisabledOn } from "./IconCheckboxDisabledOn"; | ||
export { default as IconCheckboxSelectedOn } from "./IconCheckboxSelectedOn"; | ||
export { default as IconCheckboxUnselectedOn } from "./IconCheckboxUnselectedOn"; | ||
export { default as IconCheck } from "./IconCheck"; | ||
export { default as IconChevronBack } from "./IconChevronBack"; | ||
export { default as IconEmpty } from "./IconEmpty"; | ||
export { default as IconEyeOff } from "./IconEyeOff"; | ||
export { default as IconEyeOn } from "./IconEyeOn"; | ||
export { default as IconFooterLogo } from "./IconFooterLogo"; | ||
export { default as IconHanna } from "./IconHanna"; | ||
export { default as IconIbk } from "./IconIbk"; | ||
export { default as IconIm } from "./IconIm"; | ||
export { default as IconImg } from "./IconImg"; | ||
export { default as IconKabank } from "./IconKabank"; | ||
export { default as IconKb } from "./IconKb"; | ||
export { default as IconLargeBand } from "./IconLargeBand"; | ||
export { default as IconLargeDance } from "./IconLargeDance"; | ||
export { default as IconLargeEtc } from "./IconLargeEtc"; | ||
export { default as IconLargeMusical } from "./IconLargeMusical"; | ||
export { default as IconLogo } from "./IconLogo"; | ||
export { default as IconMinus } from "./IconMinus"; | ||
export { default as IconNonghyup } from "./IconNonghyup"; | ||
export { default as IconPhotoDelete } from "./IconPhotoDelete"; | ||
export { default as IconPlus } from "./IconPlus"; | ||
export { default as IconProfile } from "./IconProfile"; | ||
export { default as IconRoleAdd } from "./IconRoleAdd"; | ||
export { default as IconSaemauel } from "./IconSaemauel"; | ||
export { default as IconSc } from "./IconSc"; | ||
export { default as IconShinhan } from "./IconShinhan"; | ||
export { default as IconShinhyup } from "./IconShinhyup"; | ||
export { default as IconSmallBand } from "./IconSmallBand"; | ||
export { default as IconSmallDance } from "./IconSmallDance"; | ||
export { default as IconSmallEtc } from "./IconSmallEtc"; | ||
export { default as IconSmallMusical } from "./IconSmallMusical"; | ||
export { default as IconSoohyup } from "./IconSoohyup"; | ||
export { default as IconTextfiedlDelete } from "./IconTextfiedlDelete"; | ||
export { default as IconTime } from "./IconTime"; | ||
export { default as IconToggleOff } from "./IconToggleOff"; | ||
export { default as IconToggleOn } from "./IconToggleOn"; | ||
export { default as IconToss } from "./IconToss"; | ||
export { default as IconWoochaegook } from "./IconWoochaegook"; | ||
export { default as IconWoori } from "./IconWoori"; | ||
export { default as IconXButton } from "./IconXButton"; | ||
export { default as IcDelete } from "./IcDelete"; | ||
export { default as IcHamburgar } from "./IcHamburgar"; | ||
export { default as IcOutlinePlace } from "./IcOutlinePlace"; | ||
export { default as IcRefresh } from "./IcRefresh"; | ||
export { default as NotFoundAsset } from "./NotFoundAsset"; | ||
export { default as Subtract } from "./Subtract"; | ||
export { default as Switch } from "./Switch"; | ||
export { default as Union } from "./Union"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
40 changes: 40 additions & 0 deletions
40
src/pages/ticketholderlist/components/selectedChips/SelectedChips.styled.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
import styled from "styled-components"; | ||
import { IcDelete } from "@assets/svgs"; | ||
|
||
export const SelectedChipsWrapper = styled.section` | ||
display: flex; | ||
gap: 0.8rem; | ||
width: 32.7rem; | ||
overflow-x: scroll; | ||
scrollbar-width: none; | ||
-ms-overflow-style: none; | ||
&::-webkit-scrollbar { | ||
display: none; | ||
} | ||
white-space: nowrap; | ||
`; | ||
|
||
export const Chip = styled.section` | ||
display: flex; | ||
gap: 0.2rem; | ||
align-items: center; | ||
justify-content: center; | ||
width: auto; | ||
margin-top: 1.6rem; | ||
padding: 0.8rem 1.2rem; | ||
${({ theme }) => theme.fonts["body2-normal-medi"]}; | ||
color: ${({ theme }) => theme.colors.gray_200}; | ||
border: 0.1rem solid; | ||
border-color: ${({ theme }) => theme.colors.gray_700}; | ||
border-radius: 9.9rem; | ||
`; | ||
|
||
// delete icon 확인하기 | ||
export const DeleteIcon = styled(IcDelete)` | ||
width: 1.6rem; | ||
height: 1.6rem; | ||
`; |
19 changes: 19 additions & 0 deletions
19
src/pages/ticketholderlist/components/selectedChips/SelectedChips.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
import React from "react"; | ||
import * as S from "./SelectedChips.styled"; | ||
|
||
const SelectedChips = () => { | ||
// TODO: delteIcon에 삭제 기능 추가하기 | ||
const handleClickDelete = () => {}; | ||
|
||
return ( | ||
// TODO : 선택된 필터 props로 받아서 map 돌리기 | ||
<S.SelectedChipsWrapper> | ||
<S.Chip> | ||
1회차 | ||
<S.DeleteIcon onClick={handleClickDelete} /> | ||
</S.Chip> | ||
</S.SelectedChipsWrapper> | ||
); | ||
}; | ||
|
||
export default SelectedChips; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters