# Github Corner ## Example ```svelte
``` ## Documentation ## Usage ```svelte ``` ## API Reference ### GithubCorner An animated GitHub corner ribbon link, typically placed in the top-right corner of a page. | Prop | Type | Default | Description | |------|------|---------|-------------| | href | `string` | `-` | The URL to the GitHub repository. (required) | | target | `string` | `'_blank'` | The link target attribute. | | class | `string` | `-` | Additional CSS classes to apply. |