TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Rewind-UI – A ReactJS/TailwindCSS component library

3 pointsby ndunasalmost 2 years ago
I recently decided to document and open-source the component library that I&#x27;ve been using internally on all my react-tailwindcss projects and share it.<p>Rewind-UI uses only TailwindCSS classes, which can be overridden using the className prop on each component or can be fully customized using a theme provider.<p>It is built on top of the CVA (class-variance-authority - <a href="https:&#x2F;&#x2F;cva.style&#x2F;docs" rel="nofollow">https:&#x2F;&#x2F;cva.style&#x2F;docs</a>) library, so if anyone needs to adjust the theme, will just need to edit the CVA files.<p>Furthermore it must be noted that you can add either all the style files in your tailwind.config.js file, or only those that you are going to use, so that you can avoid having a bloated css file.<p>You can check out the repository here: <a href="https:&#x2F;&#x2F;github.com&#x2F;rewindui&#x2F;rewindui">https:&#x2F;&#x2F;github.com&#x2F;rewindui&#x2F;rewindui</a><p>Even though it is still in beta I would love to hear your feedback on it.

no comments

no comments