Components
Loading preview...
Animated tabs, inspired by Airbnb's latest design update.
@andrewlu0
npx shadcn@latest add https://21st.dev/r/andrewlu0/3d-icon-tabs-1import { Component } from "@/components/ui/3d-icon-tabs-1";
const DemoOne = () => {
return (
<div className="flex w-full h-screen justify-center items-center">
<Component />
</div>
);
};
export { DemoOne };