Components
Loading preview...
Download Options Section – Platform-agnostic access panel. Clearly showcases download paths for Mac, Windows, Mobile, and Browser Extension. Designed with strong CTAs and responsive layout. Ideal for onboarding users across ecosystems.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/download-options-sectionimport { DownloadShowcase } from '@/components/ui/download-options-section';
const Demo = () => {
return (
<DownloadShowcase />
);
};
export default Demo;