WARNING: This will install an early preview build of Skeleton v3. Please be aware that some features may be missing, incomplete, or non-functional at this time. Please report all bugs and issues on GitHub.
1
Create a Project
Start by creating a new project using create-svelte-app
:
2
Install Skeleton
Install the Skeleton core and Skeleton Svelte packages.
3
Install Tailwind
Install Tailwind using Svelte-Add to automate the process.
4
Configure Tailwind
Open tailwind.config.js
, then implement the highlighted snippets below.
5
Set Active Theme
Open app.html
, then set the data-theme
attribute on the body to define the active theme.
Ready
You’re now ready to begin using Skeleton.