Skip to content

Commit

Permalink
feat(Icon): birthday, phone 아이콘 추가 및 스토리북 수정 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
suwonthugger committed Oct 27, 2024
1 parent 8a103ee commit 7d29b3d
Show file tree
Hide file tree
Showing 6 changed files with 720 additions and 190 deletions.
6 changes: 6 additions & 0 deletions apps/docs/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { ChangeEvent, useState } from 'react';
import '@sopt-makers/ui/dist/index.css';

import { FieldBox, SearchField, Test, TextArea, TextField } from '@sopt-makers/ui';
import { IconBirthdayPrimary, IconBirthdaySecondary, IconPhone, IconAlarmClock } from '@sopt-makers/icons';
import { colors } from '@sopt-makers/colors';

function App() {
Expand Down Expand Up @@ -88,6 +89,11 @@ function App() {
>
<span style={{ color: colors.white }}>여긴 본문</span>
</FieldBox>
<div>
<IconBirthdayPrimary />
<IconBirthdaySecondary />
<IconPhone />
</div>
</>
);
}
Expand Down
Loading

0 comments on commit 7d29b3d

Please sign in to comment.