Closed seashairo closed 1 year ago
Hey @seashairo - I would recommend using shadcnui instead. That library will receive much better support than this one will, it is very popular and has many active maintainers. I am no longer actively maintaining this one.
Attempting to install via
npm i @chimera-ui/components
fails on Windows with the following error message:I can see in v0.7.0 on npm that there's a dependency on esbuild-darwin-arm64 that's causing the error, but I can't see the same in the source here, so I'm not sure what's going on. Installing v0.6.0 (
npm i @chimera-ui/components@0.6.0
) works.