Skip to content

Commit

Permalink
docs: Added web link for showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohit Agrawal committed Jan 3, 2024
1 parent a2f22d1 commit 414fa2d
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,20 @@ function ExpoQRCodeSection() {
<section>
<h1>Check out Pearl UI in action!</h1>
<p>
Simply scan the QR code using the Expo app on your device. This
will launch a live demo showcasing the wide array of ready-to-use
components and intuitive animations that Pearl UI offers.
Simply scan the QR code using the Expo app on your device or click{" "}
<a
target="_blank"
href="https://snack.expo.dev/@agrawal-rohit/pearl-ui---showcase?platform=web"
style={{
fontWeight: 500,
color: "white",
textDecoration: "underline",
}}
>
here
</a>{" "}
to view a live demo showcasing the ready-to-use components and
intuitive animations that Pearl UI offers.
</p>
<img
src={require("@site/static/img/showcase-qr-code.png").default}
Expand Down

1 comment on commit 414fa2d

@vercel
Copy link

@vercel vercel bot commented on 414fa2d Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

pearl-ui – ./

pearl-ui-git-main-rohit9009.vercel.app
pearl-ui-rohit9009.vercel.app
docs.pearl-ui.dev

Please sign in to comment.