astro/examples
Marcy Sutton-Todd 6147479abf
fix(portfolio): keyboard a11y for ThemeToggle ()
Hiding outline “except for Windows High Contrast Mode” makes this component inaccessible to all keyboard users. Removing this declaration allows the default focus outline to show.
2023-02-06 13:19:19 -06:00
..
basics fix example Card component style () 2023-02-03 20:54:39 -06:00
blog Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
component Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
deno Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
docs Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
framework-alpine Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
framework-lit Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
framework-multiple Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
framework-preact Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
framework-react Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
framework-solid Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
framework-svelte Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
framework-vue Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
hackernews Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
integration Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
minimal Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
non-html-pages Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
portfolio fix(portfolio): keyboard a11y for ThemeToggle () 2023-02-06 13:19:19 -06:00
ssr [ci] release () 2023-02-02 19:43:30 -05:00
with-markdown-plugins Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
with-markdown-shiki Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
with-mdx Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
with-nanostores Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
with-tailwindcss Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
with-vite-plugin-pwa Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
with-vitest Update open with codesandbox link to use synced sandboxes () 2023-02-03 11:52:11 -06:00
README.md .md only: npm init astro --> npm create astro () 2022-09-16 12:40:06 -05:00

Astro Examples Library

The easiest way to check out one of these examples on your machine is by running this command in an empty directory:

npm create astro@latest -- --template [EXAMPLE_NAME]

Community Examples

Visit awesome-astro for a full list of community examples. You can use npm create astro@latest to check out any community examples:

npm create astro@latest -- --template [GITHUB_USER]/[REPO_NAME]

Paths to examples nested inside of a repo are also supported:

npm create astro@latest -- --template [GITHUB_USER]/[REPO_NAME]/path/to/example