Skip to content

Commit

Permalink
docs(quickstart): reference JavaScript page in the introduction and q…
Browse files Browse the repository at this point in the history
…uickstart pages
  • Loading branch information
zoltanszogyenyi committed Oct 26, 2023
1 parent 807cfb4 commit 1671b62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ module.exports = {
<script src="../path/to/flowbite/dist/flowbite.min.js"></script>
```

Learn more about the Flowbite JavaScript API and functionalities in the [JavaScript section](https://flowbite.com/docs/getting-started/javascript/).

### Include via CDN

If you want to quickly test out Flowbite you can easily include the following CSS and JavaScript files.
Expand Down
2 changes: 2 additions & 0 deletions content/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ module.exports = {
<script src="../path/to/flowbite/dist/flowbite.min.js"></script>
```

Learn more about the Flowbite JavaScript API and functionalities in the [JavaScript section](https://flowbite.com/docs/getting-started/javascript/).

### Include via CDN

The quickest way to get started working with FlowBite is to simply include the CSS and JavaScript into your project via CDN.
Expand Down

0 comments on commit 1671b62

Please sign in to comment.