themer
Theming library for tanstack start and router
File Explorer
- docs.yml
- release.yml
- settings.json
- favicon.ico
- googlee9b5eaecdbd3f747.html
- logo.png
- robots.txt
- tanstack.png
- logo.png
- get-started.mdx
- hydration.mdx
- multi-theming.mdx
- storage.mdx
- tailwind.mdx
- theme-provider-reference.mdx
- use-theme-reference.mdx
- docs.get-started.lazy.tsx
- docs.get-started.tsx
- docs.hydration.lazy.tsx
- docs.hydration.tsx
- docs.lazy.tsx
- docs.multi-theming.lazy.tsx
- docs.multi-theming.tsx
- docs.storage.lazy.tsx
- docs.storage.tsx
- docs.tailwind.lazy.tsx
- docs.tailwind.tsx
- docs.theme-provider-reference.lazy.tsx
- docs.theme-provider-reference.tsx
- docs.use-theme-reference.lazy.tsx
- docs.use-theme-reference.tsx
- __root.tsx
- index.tsx
- router.tsx
- routeTree.gen.ts
- styles.css
- .gitignore
- package.json
- pnpm-lock.yaml
- prestige.config.ts
- README.md
- tsconfig.json
- vite.config.ts
- __root.tsx
- index.tsx
- index.tsx
- routeTree.gen.ts
- style.css
- index.html
- cookie-storage-script.ts
- local-storage-script.ts
- session-storage-script.ts
- theme-script.tsx
- cookie-storage.ts
- local-storage.ts
- session-storage.ts
- storage.ts
- dom-utils.ts
- index.ts
- ssr.test.tsx
- theme.tsx
- types.ts
- MyButton.test.tsx
- docs.schema.json
- content-assets.mjs
- content-modules.mjs
- content.d.ts
- data-store.json
- settings.json
- types.d.ts
- .gitignore
- AGENTS.md
- CHANGELOG.md
- CLAUDE.md
- LICENSE
- logo.png
- package.json
- pnpm-lock.yaml
- README.md
- tsconfig.json
- tsdown.config.ts
- vite.config.ts
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
pnpm
View Details ▼
pnpm
Fast, disk space efficient package manager for Node.js.
Manage Node.js projects and their module dependencies.
pnpm init
Create a `package.json` file:
pnpm {{[i|install]}}
Download all the packages listed as dependencies in `package.json`:
pnpm add {{module_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
// repository documentation
Was this content helpful?
(0 ratings)
