This package provides a basic brand theme for internal Euricom projects that follows our new branding guidelines. It supports both light and dark themes out of the box.
- tailwind CSS V4
- shadcn/ui
# install dependencies
pnpm install
# startup (dev mode)
pnpm dev
For projects using the default theme:
copy the "theme.euri.css"
For projects using ShadcN components:
copy the "theme.euri.css"
copy the "tailwind.css"
button.tsx
input.tsx
textarea.tsx
tabs.tsx
Default: Tailwind colors disabled (--color-*: initial
)
To enable Tailwind colors, remove this line from theme.euri.css
:
@theme {
--color-*: initial; /* Remove this line to enable Tailwind colors */
}