Here is Loader component
export default function ModifiedClassicLoader() { return ( <div className="border-primary ml-3 h-10 w-10 animate-spin rounded-full border-t-2 border-b-2 ease-linear"></div> ); }
Part of MVPBlocks — browse the full library on 21st.dev.