Installation
You can install launch.css using your preferred package manager:
npx nypm add launch.css
Or use a CDN:
<link rel="stylesheet" href="https://unpkg.com/launch.css" />
Basic Setup
Import the library in your main JavaScript file:
import "launch.css";
Use one of the layouts:
<body data-layout="website">
<body data-layout="dashboard">
Themes
launch.css supports light and dark themes with seamless switching:
Theme Switching Code
<html data-theme="dark">
<html data-theme="light">