mirror of
https://github.com/vercel/commerce.git
synced 2025-07-23 04:36:49 +00:00
Loading State for Button
This commit is contained in:
13
components/ui/LoadingDots/LoadingDots.tsx
Normal file
13
components/ui/LoadingDots/LoadingDots.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
import s from './LoadingDots.module.css'
|
||||
|
||||
const LoadingDots: React.FC = () => {
|
||||
return (
|
||||
<span className={s.loading}>
|
||||
<span />
|
||||
<span />
|
||||
<span />
|
||||
</span>
|
||||
)
|
||||
}
|
||||
|
||||
export default LoadingDots
|
Reference in New Issue
Block a user