mirror of
https://github.com/tabler/tabler.git
synced 2026-08-30 13:51:28 +04:00
11 lines
386 B
Plaintext
11 lines
386 B
Plaintext
---
|
|
import ModalHeader from './ModalHeader.astro';
|
|
import ModalFooter from './ModalFooter.astro';
|
|
---
|
|
|
|
<ModalHeader />
|
|
<div class="modal-body">
|
|
Lorem ipsum dolor sit amet, consectetur adipisicing elit. Adipisci animi beatae delectus deleniti dolorem eveniet facere fuga iste nemo nesciunt nihil odio perspiciatis, quia quis reprehenderit sit tempora totam unde.
|
|
</div>
|
|
<ModalFooter />
|