Vision UI is a collection of components that follow the VisionOS design language.
It uses most of the components from shadcn/ui for the underlying components with others using radix-ui.
No, while the components are built with extreme attention to detail, it is not meant to be used in production. Think of this as a playground for playing with VisionOS design language on the web.
However, you are more than welcome to use this for your own projects.
This project assumes you already have shadcn/ui
configured in your project.
Install framer-motion
in your project.
npm install framer-motion
Then copy/paste
the component you want to use into your project.
The site is powered by FumaDocs