ソースを参照

Merge branch 'master' of https://github.com/codedgar/Puppertino

Edgar 3 年 前
コミット
f5083662a4
2 ファイル変更14 行追加7 行削除
  1. 10 7
      docs/examples/actions.html
  2. 4 0
      src/js/full.js

+ 10 - 7
docs/examples/actions.html

@@ -101,19 +101,22 @@
         >
         and
         <a
-          href="https://github.com/codedgar/Puppertino/blob/master/src/js/actions.js"
+          href="https://github.com/codedgar/Puppertino/blob/master/src/js/full.js"
           target="_blank"
-          >Download the JS</a
+          >Download the JS.</a
         >
-        alternatively you can use the
+        Alternatively, you can use the
         <a
           href="https://github.com/codedgar/Puppertino/blob/master/dist/css/newfull.css"
           target="_blank"
           >Full CSS</a
         >
-        (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
+        <a
+          href="https://github.com/codedgar/Puppertino/blob/master/dist/js/full.js"
+          target="_blank"
+          >Full JS</a
+        >
       </p>
 
       <div class="talk-about-it">
@@ -281,4 +284,4 @@
   }
 })(document)
   </script>
-</html>
+</html>

+ 4 - 0
src/js/full.js

@@ -0,0 +1,4 @@
+import('actions.js')
+import('modals.js')
+import('segmented_controls.js')
+import('tabs.js')