Add descriptions to all elements

This commit is contained in:
JeremyStar™ 2024-05-10 15:25:11 +02:00
parent 2fd47666ba
commit f3e112faeb
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D
4 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,6 @@
--- ---
sidebar_position: 0 sidebar_position: 0
description: Useful for headings.
--- ---
# `SuiHeader` # `SuiHeader`

View file

@ -1,5 +1,6 @@
--- ---
sidebar_position: 3 sidebar_position: 3
description: Useful for buttons with icons.
--- ---
# `SuiIconButton` # `SuiIconButton`

View file

@ -1,5 +1,6 @@
--- ---
sidebar_position: 1 sidebar_position: 1
description: Useful for text.
--- ---
# `SuiText` # `SuiText`

View file

@ -1,5 +1,6 @@
--- ---
sidebar_position: 2 sidebar_position: 2
description: Useful for buttons with text.
--- ---
# `SuiTextButton` # `SuiTextButton`