/
githubmirror
/
zulip
Обзор
Документация
Войти
/
githubmirror
/
zulip
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
starlight_help/src/components/ZulipNote.astro
11 строк
446 B
Anders Kaseorg
starlight_help: Avoid unnecessary template literal strings.
11 июн 2026, 03:26
11 июн 2026, 03:26
f5d0285
Код
Авторство
О чём код?
<!-- We wanted to have our note without a header that is the ⓘ followed by a title. We can make the title disappear by making the title a single space: " ". The default aside component provided by starlight will always have an icon however. That is why we needed this custom components. --> <aside aria-label="Note" class="starlight-aside starlight-aside--note"> <div class="starlight-aside__content"> <slot /> </div> </aside>