diff --git a/docs/examples/actions.html b/docs/examples/actions.html index 3618e77..5346612 100755 --- a/docs/examples/actions.html +++ b/docs/examples/actions.html @@ -101,19 +101,22 @@

Actions

> and Download the JSDownload the JS. - alternatively you can use the + Alternatively, you can use the Full CSS - (Not recommended if you are just going to use this component). Please be - aware that you still need to download the JS of Actions, since at the - time, there's no full.js + and + Full JS

@@ -281,4 +284,4 @@

General usage.

} })(document) - \ No newline at end of file + diff --git a/src/js/full.js b/src/js/full.js new file mode 100644 index 0000000..25df909 --- /dev/null +++ b/src/js/full.js @@ -0,0 +1,4 @@ +import('actions.js') +import('modals.js') +import('segmented_controls.js') +import('tabs.js')