Documentation

Themes

How to switch themes and extend the registry.

Source: README.md
The source markdown is currently written in Spanish. This UI stays in English so you can still navigate the docs comfortably.

Themes

Themes incluidos actualmente:

  • default
  • saas-pro

Para cambiarlo:

theme: {
  active: "default",
}

o:

theme: {
  active: "saas-pro",
}

El registry vive en src/themes/theme-registry.ts.