Skip to content

Commit

Permalink
Merge branch 'fix/collapsible-width' of github.com:razorpay/blade int…
Browse files Browse the repository at this point in the history
…o fix/collapsible-width
  • Loading branch information
saurabhdaware committed Dec 12, 2023
2 parents 5f0f826 + a33e290 commit 56d93e2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .changeset/strange-fans-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
"@razorpay/blade": minor
---

feat(Collapsible): mark width prop as external

> [!WARNING]
>
> If you were using internal `_width` prop, you will have to rename it to `width`
```diff
- <CollapsibleBody _width={} />
+ <CollapsibleBody width={} />
```

0 comments on commit 56d93e2

Please sign in to comment.