Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed Jan 23, 2024
1 parent 584c361 commit 1e085d8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ image: "/assets/social-square.png"

## How it works

Bundle facilitates JavaScript imports inside Blade using [Bun](https://bun.sh){:target="\_blank"}. Bun does all the heavy lifting, Bundle provides the glue between Blade and injects your imports on the client side.
Bundle facilitates JavaScript imports inside Blade using [Bun](https://bun.sh){:target="\_blank"}.

The <x-import /> component bundles your import on the fly using Bun and renders a script tag in place.
Bun does all the heavy lifting. Bundle provides the glue between Blade and Bun and injects your imports on the client side.

The <x-import /> component bundles your import on the fly and renders a script tag in place.

```html
<x-import module="apexcharts" as="ApexCharts" />
Expand Down

0 comments on commit 1e085d8

Please sign in to comment.