Overlays a dashboard on site page.
<ModalSide theme='primary' size='lg' gradient={true} outlined={true} active={true} header='Say Hello'>
<p>hello world</p>
</ModalSide>
Rendered to:
<div role="dialog" class="c1 thPrimary szLg gradient outlined">
// ...
</div>
- Includes all features in
<Modal />
. - Customizable via
@cssfn/css-config
.
Using npm:
npm i @nodestrap/modal-side
If you feel our lib is useful for your projects,
please make a donation to avoid our project from extinction.
We always maintain our projects as long as we're still alive.