Just released Shadow Panda v0.5.0 which supports all components from shadcn/ui 🎉
Plans for the future releases:
- Theme generator 🎨 (Generate customized themes from the website)
- Add a CLI for managing components ⌨️
- New, original components ✨
https://t.co/MvkyWFvqsM
Tremor is joining Vercel.
Tremor is a library of React components to build charts and dashboards. All Tremor components, including Blocks, are now free and open source.
https://t.co/pXbEnQf0N4
Biome v1.7 is out!
- Migrate from ESLint and Prettier with the commands `biome migrate eslint` and `biome migrate prettier`
- Experimental machine-readable reporters
- New `--staged` CLI option to format and lint `git` staged files
- New lint rules
https://t.co/cmczM0J4B5
🔥 JavaScript Sets are about to become a lot more useful with these 7 new methods:
.difference()
.intersection()
.symmetricDifference()
.union()
.isSubsetOf()
.isSupersetOf()
.isDisjointFrom()
Shadow Panda (preset of @panda__css )
Released v0.4.0 which supports 4 new components: Skeleton, Table, Progress and Slider 🚀
Rest of the components are coming soon 😁
Here is the list of currently supported components:
https://t.co/cEp8zoVn0U
`next/link` will no longer require manually adding `<a>` as a child!
This supports both string literals as well as custom React components as children.
Starting in the next minor release, you'll be able to opt-into this behavior.
PR with more details: https://t.co/aoUky3ApjD