Features
Styling
Build a sexy site with ease using Tailwind and Skeleton UI
UI Library
The styling on sveltepack is from Skeleton UI which uses Tailwind CSS under the hood. Skeleton provides themes, components, animations, utilities, and design tokens to quickly build a good looking web app!
Icons
Provided by Lucide.
Custom Theme
You can generate your own themes using Skeleton UI’s theme generator.
You can copy your generated theme to a new .ts
file in the src/
folder of your app and add your theme to the tailwind.config.ts
. Assuming your theme file is custom_theme.ts
:
tailwind.config.ts
Assuming you have also named your theme “custom_theme”, you can use it by referencing it in the the data-theme
property of the body in your app.html
file:
app.html