Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 572 Bytes

lightbox.mdx

File metadata and controls

20 lines (14 loc) · 572 Bytes

import { Doc } from '@root/layout/Doc'; import { LightboxModalExample } from '@root/examples/modal/Lightbox';

{/* DOC_START */}

Lightbox Modal Example

This is a "lightbox" that opens content in a modal with a background overlay. Click on the button to see the effect.

{/* DOC_END */}

export default (props) => <Doc {...props} githubUrl={/modal/examples/lightbox.mdx} metaTitle="Example Lightbox Modal" metaDescription="Example lightbox modal using the @faceless-ui/modal npm module." metaURL="/docs/modal/examples/lightbox" />