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. Report bugs and issues to GitHub or Discord.
1
Create a Project
Start by creating a new project using create-next-app
:
2
Install Skeleton
Install the Skeleton core and Skeleton React packages.
4
Configure Tailwind
Open tailwind.config
in the root of your project and make these changes:
5
Set Active Theme
Open /src/app/layout.tsx
, then set the data-theme
attribute to define the active theme.
Ready
You’re now ready to begin using Skeleton.