/
githubmirror
/
bootstrap
Обзор
Документация
Войти
/
githubmirror
/
bootstrap
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
site/src/components/shortcodes/BsTable.astro
16 строк
377 B
Julien Déramond
Docs: migration from Hugo to Astro (#41251)
15 апр 2025, 19:37
Не верифицирован
15 апр 2025, 19:37
a8ab199
Код
Авторство
О чём код?
--- interface Props { /** * The CSS class to apply to the table. * Note that the prop is not used in this component, but in a rehype plugin applying the classes to the table element * directly on the HTML AST (HAST) generated by Astro. * @default "table" * @see src/libs/rehype.ts */ class?: string } --- <div class="table-responsive"> <slot /> </div>