Skip to content

Commit

Permalink
chore(installation): add note for styled-components supported version (
Browse files Browse the repository at this point in the history
  • Loading branch information
iamakshatjain authored Nov 21, 2023
1 parent a193b71 commit b0ac0b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/blade/docs/guides/Installation.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,13 @@ Before you install the package, make sure that you have performed the following
Blade has a peer dependency on a few libraries, you can skip adding it if you already have it installed in your project.

- `styled-components`
> **Note**
>
> Currently, blade only supports styled-components v5 only
- `@floating-ui/react`

```shell
yarn add @razorpay/blade styled-components @floating-ui/react
yarn add @razorpay/blade styled-components@5.3.11 @floating-ui/react
```

2. Follow [this guide](#-install-fonts) to install the fonts.
Expand Down

0 comments on commit b0ac0b2

Please sign in to comment.