Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nabind47/sveltekit_shadcnui
https://github.com/nabind47/sveltekit_shadcnui
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nabind47/sveltekit_shadcnui
- Owner: nabind47
- Created: 2023-07-15T14:02:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-15T14:02:14.000Z (over 1 year ago)
- Last Synced: 2023-12-21T18:25:55.838Z (about 1 year ago)
- Language: Svelte
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## [Form Actions](https://kit.svelte.dev/docs/form-actions)
```ts
// src/routes/+layout.svelte
```
> **_We can also invoke the action from other pages (for example if there's a login widget in the nav in the root layout) by adding the action attribute, pointing to the page._**