Skip to content

Customization

Styles

All widgets use Tailwind CSS. You can customize them through CSS variables or direct class overrides.

Adding a new widget

  1. Create a folder in src/widgets/
  2. Add an export in src/index.ts
  3. Add types in src/types/index.ts
  4. Use through the Card wrapper