Animated tabs, inspired by Airbnb's latest design update.
import { 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 };