Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(alpine): add theme examples for alpine js integration. #7966

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Binary file added src/assets/thumbnails/astroResume01.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions src/content/docs/de/guides/integrations-guide/alpinejs.mdx
Expand Up @@ -7,6 +7,8 @@ category: renderer
i18nReady: true
---
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'
import Card from '~/components/Landing/Card.astro'
import Grid from '~/components/FluidGrid.astro'

Diese **[Astro-Integration][astro-integration]** erlaubt dir, [Alpine.js](https://alpinejs.dev/) hinzuzufügen, sodass du Alpine.js überall auf deiner Seite verwenden kannst.

Expand Down Expand Up @@ -161,3 +163,10 @@ interface Window {
[astro-integration]: /de/guides/integrations-guide/

[astro-ui-frameworks]: /de/guides/framework-components/#using-framework-components

## Themes

<Grid>
<Card title="AstroResume01" href="https://astro.build/themes/details/astro-resume-01/" thumbnail="astroResume01.png"/>
</Grid>

8 changes: 8 additions & 0 deletions src/content/docs/en/guides/integrations-guide/alpinejs.mdx
Expand Up @@ -7,6 +7,8 @@ category: renderer
i18nReady: true
---
import PackageManagerTabs from '~/components/tabs/PackageManagerTabs.astro'
import Card from '~/components/Landing/Card.astro'
import Grid from '~/components/FluidGrid.astro'

This **[Astro integration][astro-integration]** adds [Alpine.js](https://alpinejs.dev/) to your project so that you can use Alpine.js anywhere on your page.

Expand Down Expand Up @@ -161,3 +163,9 @@ interface Window {
[astro-integration]: /en/guides/integrations-guide/

[astro-ui-frameworks]: /en/guides/framework-components/#using-framework-components

## Themes

<Grid>
<Card title="AstroResume01" href="https://astro.build/themes/details/astro-resume-01/" thumbnail="astroResume01.png"/>
</Grid>