From ba7a3c7f04db96ffd431266c3f3537453b8e4b47 Mon Sep 17 00:00:00 2001 From: harry Date: Mon, 15 May 2017 23:42:13 +0530 Subject: [PATCH] Add nested modal codepen! --- docs/pages/reveal.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/pages/reveal.md b/docs/pages/reveal.md index 686d88f65..9f3f7ddec 100644 --- a/docs/pages/reveal.md +++ b/docs/pages/reveal.md @@ -114,6 +114,14 @@ The size of a modal can be changed with these sizing classes, which are added to It's possible for modals to open other modals. Create a second modal with a unique ID, and then add a click trigger with `data-open` inside the first modal. +

+ Watch this part in video +

+ +
+ edit on codepen button +
+ ```html_example

Click me for a modal

-- 2.47.3