From 8381707ce4762118ea39c7904ba8700d06afcfec Mon Sep 17 00:00:00 2001 From: Ben Schwarz Date: Mon, 24 Dec 2012 09:55:54 +1100 Subject: [PATCH] Added a test page for the modal component --- test/components/modals.html | 73 +++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 test/components/modals.html diff --git a/test/components/modals.html b/test/components/modals.html new file mode 100644 index 0000000..b094550 --- /dev/null +++ b/test/components/modals.html @@ -0,0 +1,73 @@ + + + + + Modal slideup + + + + + + + + + + + + + + + + + + + + + + + + + +
+

Modal slideup

+
+ +
+ Open modal +
+ + + + + \ No newline at end of file -- 2.39.2