SvelteKit deployment best practices
A preview of a note.
A NotePreview component has the following properties:
| Prop | Required | Description |
|---|---|---|
value | yes | Type NoteMeta & { path: string }; (note from a content collection). |
level | yes | Heading level for the title for accessibility. |
class | no | Additional Tailwind classes. |