@sigx/ssg-theme-daisyui
v0.15.0
Published
DaisyUI theme for @sigx/ssg with pre-built layouts and components
Downloads
845
Readme
@sigx/ssg-theme-daisyui
daisyUI / Tailwind theme for @sigx/ssg with pre-built layouts and components.
🚧 SignalX is in early public release. The API surface is small and stabilising — feedback is very welcome.
📚 Documentation
Full guides, API reference and live examples → https://sigx.dev/daisyui/
What is it?
A drop-in theme for @sigx/ssg built on
daisyUI and Tailwind. It ships ready-made default, docs
and blog layouts plus the components behind them — header with theme toggle,
collapsible sidebar, auto-generated table of contents, and footer — so you get a
polished docs or blog site without hand-rolling any UI. Layouts can be overridden
locally and every daisyUI theme is available out of the box.
A taste
// ssg.config.ts
import { defineSSGConfig } from '@sigx/ssg';
export default defineSSGConfig({
theme: '@sigx/ssg-theme-daisyui',
});Layout reference, exported components, customization and the full list of daisyUI themes are all documented at https://sigx.dev/daisyui/.
Part of SignalX
@sigx/ssg— the static site generator this theme plugs into- SignalX core —
sigxand friends @sigx/daisyui— daisyUI components for SignalX
License
MIT © Andreas Ekdahl
