import { CheckCircleIcon } from '@heroicons/react/20/solid' const steps = [ { name: 'Create account', href: '#', status: 'complete' }, { name: 'Profile information', href: '#', status: 'current' }, { name: 'Theme', href: '#', status: 'upcoming' }, { name: 'Preview', href: '#', status: 'upcoming' }, ] export default function Example() { return (
) }