mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
docs: add new component docs
This commit is contained in:
parent
c2fb2d213d
commit
2008d0035f
130 changed files with 6662 additions and 3801 deletions
20
docs/src/pages/_fallback.svelte
Normal file
20
docs/src/pages/_fallback.svelte
Normal file
|
@ -0,0 +1,20 @@
|
|||
<script>
|
||||
import { Content, Grid, Row, Column, Link } from "carbon-components-svelte";
|
||||
import { url, metatags } from "@sveltech/routify";
|
||||
|
||||
metatags.title = "404";
|
||||
</script>
|
||||
|
||||
<Content>
|
||||
<Grid>
|
||||
<Row>
|
||||
<Column>
|
||||
<h1>404</h1>
|
||||
<div>
|
||||
Page not found.
|
||||
<Link href="{$url('/')}">Return home</Link>
|
||||
</div>
|
||||
</Column>
|
||||
</Row>
|
||||
</Grid>
|
||||
</Content>
|
Loading…
Add table
Add a link
Reference in a new issue