Skip to content

Commit

Permalink
Merge pull request #33 from pronoy2108/master
Browse files Browse the repository at this point in the history
Create full.js
  • Loading branch information
codedgar committed May 23, 2022
2 parents 270fc0e + 62acb87 commit b014827
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
17 changes: 10 additions & 7 deletions docs/examples/actions.html
Expand Up @@ -101,19 +101,22 @@ <h1>Actions</h1>
>
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">
Expand Down Expand Up @@ -281,4 +284,4 @@ <h2>General usage.</h2>
}
})(document)
</script>
</html>
</html>
4 changes: 4 additions & 0 deletions src/js/full.js
@@ -0,0 +1,4 @@
import('actions.js')
import('modals.js')
import('segmented_controls.js')
import('tabs.js')

0 comments on commit b014827

Please sign in to comment.