utube
An alternative UI for YouTube based on Invidious API (by Explicit12)
rewindui
A React component library for building modern web applications using Tailwind CSS. (by rewindui)
utube | rewindui | |
---|---|---|
4 | 35 | |
20 | 689 | |
- | 1.7% | |
2.3 | 7.2 | |
5 months ago | 3 months ago | |
Vue | TypeScript | |
GNU Affero General Public License v3.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
utube
Posts with mentions or reviews of utube.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-05-30.
-
What are some front-end projects that you’ve built?
Utube: https://github.com/Explicit12/utube
-
Use day.js Composition API vue3
Look how I did that https://github.com/Explicit12/utube/blob/main/src/components/VideoCompact.vue
-
How to handle and organize API calls and responses in Pinia Stores?
I did mostly the same in my project, I guess. But it's probably nice to have an API in separate API directory. https://github.com/Explicit12/utube/blob/main/src/utils/invidiousAPI.ts
-
I built an alternative YouTube UI with Vue 3!
You can try demo here: https://explicit12.github.io/utube And look at code here: https://github.com/Explicit12/utube
rewindui
Posts with mentions or reviews of rewindui.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-07-11.
- Show HN: I have open-sourced my ReactJs UI kit
-
Toast component - Rewind-UI
Demo & Documentation: https://rewind-ui.dev/components/toast GitHub repository: https://github.com/rewindui/rewindui The component's styling is highly customizable.
I have just published a Toast component on Rewind-UI component library. GitHub repository: https://github.com/rewindui/rewindui Documentation: https://rewind-ui.dev/components/toast The component's styling is highly customizable. Please take a look and let me know what you think about it.
-
Where to find UI Kits?
Check out Rewind-UI: https://rewind-ui.dev/
-
Next.js Weekly #14: Faster Dev Server, Platform Starter Kit v2, Misconceptions about Client Components [👇 all news in comments]
rewind-ui
-
Next CSS module vs Tailwind
For example here is the Button component: https://github.com/rewindui/rewindui/blob/main/packages/core/src/components/Button/Button.tsx
-
GEM UI Framework!
Let me share my own open source UI library that I recently published: https://github.com/rewindui/rewindui
-
Creating good looking UIs as someone who hates CSS
If you are using React on your frontend check Rewind-UI: https://rewind-ui.dev/
-
Best UI Kit for NextJS
If you plan to use tailwindcss check out Rewind-UI as well: https://rewind-ui.dev/
-
Styled Components vs Tailwind vs Plain Ol' CSS
I am using TailwindCSS in combination with CVA library. This way you can easily create stateful clean styles. I have recently open-sourced my UI library so you can take a look at it here to get some ideas: https://github.com/rewindui/rewindui