Monorepo containing shared UI packages for Twake applications.
twake-ui/
├── packages/
│ ├── twake-mui/ # MUI v7 theme system
│ └── ... # Other packages (to be added)
├── package.json # Root workspace config
└── README.md
MUI v7 theme system for Twake Calendar and other Twake applications.
- Provides palette, typography, and component overrides
- Focuses on Button, TextField, Dialog/Modal components
- References cozy-ui structure but optimized for MUI v7
See packages/twake-mui/README.md for more details.
npm installnpm run buildnpm run testnpm run lintThis monorepo uses npm workspaces to manage packages.
To run a script in a specific package:
npm run <script> --workspace=twake-muiMIT