DEV Community

Riccardo Tartaglia
Riccardo Tartaglia

Posted on

New Skeleton component in windy - React UI Kit based on Tailwind

image

Hi there, new update from windy - React UI Kit based on Tailwind!

We have added a new Skeleton component in Windy (https://windy-docs.vercel.app)

Let's use it in 5 lines of code!

<div className="w-full">
  <Skeleton className="w-3/4 mb-3" />
  <Skeleton className="mb-3" />
  <Skeleton className="w-1/2" />
</div>
Enter fullscreen mode Exit fullscreen mode

you can see other example in https://windy-docs.vercel.app/docs/components/skeleton

I'm working hard to improve windy so every feedback is important. ๐Ÿ‘จโ€๐Ÿ’ป Let's try it and let me know ๐Ÿ”ฅ๐Ÿ™

Top comments (0)