UI & Theme System
Theme Switching
tsxCopyEditconst { theme, toggleTheme } = useTheme()Styling Components
tsxCopyEdit<button className="bg-primary text-white rounded-md px-4 py-2">
Run Flow
</button>Shared UI Components
bashCopyEdit/frontend/components/Icon System
Last updated