Skip to content

Commit

Permalink
chore(changeset): add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Dec 15, 2023
1 parent 39ad64c commit 8c6e589
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .changeset/perfect-ears-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
"@channel.io/bezier-react": minor
---

Add `Box` component. `Box` component is responsible for the primitive layout and provides easy access to the design tokens in the design system.

```tsx
<Box
width="100px"
height="100px"
p="6px"
m="6px"
bgColor="bg-black-light"
/>
```

0 comments on commit 8c6e589

Please sign in to comment.