- https://grafikart.github.io/headless-elements/?path=/docs/scroll-top--default-story
- Github Time Elements by GitHub.
- Router Manager by Erik Ringsmuth.
- Responsive Embed by Joselito Júnior. Add YouTube, Vimeo and other multimedia content to your pages, letting the browser calculate the height based on the width of their containing block. You just have to define the aspect ratio of the media.
- Lottie Player
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* common */ | |
| .funk-dropdown-contents { | |
| z-index: 1000; | |
| transition: all 0.05s ease-in-out; | |
| } | |
| /* .funk-dropdown-contents[style] { */ | |
| /* transition: .05s all ease-in-out; */ | |
| /* } */ | |
| funk-dropdown:not(.open) .funk-dropdown-contents { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { generateObject, generateText } from "ai"; | |
| import { test } from "bun:test"; | |
| import z from "zod"; | |
| import { cerebrasLlama8 } from "../../../llm-models"; | |
| const DSL = `Use the following format | |
| Subject -> relationship -> Object `; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // | |
| // S3_Backblaze.swift | |
| // Tuna Family | |
| // | |
| // Created by Jan Wirth on 14/12/24. | |
| // | |
| //❯ cat config | |
| //[default] | |
| //region = EU-CENTRAL |
OlderNewer