card-globe-white
ui-layouts/card-globe-whiteFreeComponent
ui-layouts publishes no description for this item.
Install it
npx shadcn@latest add https://www.ui-layouts.com/r/card-globe-white.jsonSource
1import Earth from '@/components/ui/globe';2import React from 'react';34function CardGlobeWhite() {5 return (6 <>7 <div className='min-h-screen overflow-hidden bg-white text-white'>8 <article className='max-w-[500px] overflow-hidden mx-auto mt-6 p-5 text-center border rounded-lg relative h-[500px]'>9 <div className='absolute top-0 left-0 z-[1] h-full w-full bg-[radial-gradient(#83838352_1px,#ececec_1px)] bg-[size:20px_20px]'></div>10 <div className='relative z-10 pt-4 h-full'>11 <h1 className='sm:text-7xl text-5xl font-semibold bg-gradient-to-b from-[#202020] to-[#9c9c9c] bg-clip-text text-transparent leading-[100%] tracking-tighter'>12 DESIGN A MASTERPIECE13 </h1>14 <Earth15 mapBrightness={6}16 dark={0}17 baseColor={[1, 1, 1]}18 glowColor={[1, 1, 1]}19 className='sm:max-w-[800px] max-w-[1000px] absolute sm:bottom-auto -bottom-20 translate-y-4 sm:-right-20 -right-0 sm:h-[450px] h-[550px]'20 />21 </div>22 </article>23 </div>24 </>25 );26}2728export default CardGlobeWhite;
What it pulls in
npm packages
Files it writes
More from ui-layouts
All 1 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| 3d-marquee3d-marquee | ui-layouts | Components | Free | no deps · 2 files | |
| accordionaccordion | ui-layouts | Components | Free | no deps | |
| align-slideralign-slider | ui-layouts | Components | Free | 6 deps · 2 files | |
| animal-imagemaskinganimal-imagemasking | ui-layouts | Components | Free | 1 dep | |
| animated-beamanimated-beam | ui-layouts | Components | Free | no deps | |
| animated-beam-bidirectionalanimated-beam-bidirectional | ui-layouts | Components | Free | no deps | |
| animated-beam-defaultanimated-beam-default | ui-layouts | Components | Free | no deps | |
| animated-beam-multiple-inputanimated-beam-multiple-input | ui-layouts | Components | Free | no deps |
