wip(org): More work on managing patterns
This commit is contained in:
parent
cdc67a6086
commit
cab7f5d2c5
15 changed files with 375 additions and 176 deletions
8
sites/shared/components/modal/spinner.mjs
Normal file
8
sites/shared/components/modal/spinner.mjs
Normal file
|
@ -0,0 +1,8 @@
|
|||
import { ModalWrapper } from 'shared/components/wrappers/modal.mjs'
|
||||
import { Spinner } from 'shared/components/spinner.mjs'
|
||||
|
||||
export const ModalSpinner = ({ color = 'warning' }) => (
|
||||
<ModalWrapper bare>
|
||||
<Spinner className={`w-24 h-24 text-${color} animate-spin`} />
|
||||
</ModalWrapper>
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue