mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
9 lines
192 B
HTML
9 lines
192 B
HTML
@defer (on viewport) {
|
|
<calendar-cmp />
|
|
} @placeholder (minimum 100ms) {
|
|
<small-component />
|
|
} @loading (after 100s; minimum 200ms){
|
|
<loading-spinner />
|
|
} @error {
|
|
<error-message />
|
|
}
|