Components
Help to build your app
Our UI components are based on Tailwind CSS
and Shadcn UI components
. So basically you can use any components provided by Shadcn UI
and do customize using Tailwind CSS
.
We also add some extra useful components that help you building your app:
-
AppLogo
: to custom your app logo. -
SubmitButton
: same as basicButton
component but with form loading state, using only in client components. -
TablePagination
: pagination for table, see example inAdmin Dashboard
. -
UserAvatar
: to display user avatar with avatar fromMultiavatar
as backup. -
Spinner
: to display loading state.