Skip to content

Commit

Permalink
Create strange-fans-impress.md
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhdaware committed Dec 12, 2023
1 parent da40e4d commit a33e290
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 a33e290

Please sign in to comment.