No description
Find a file
2025-12-22 20:49:39 +01:00
dist v2.5.6: Fixed inconsistent icon style 2025-12-22 20:49:39 +01:00
src v2.5.6: Fixed inconsistent icon style 2025-12-22 20:49:39 +01:00
.gitignore Added DS_Store to gitignore 2025-11-25 10:19:51 +01:00
eslint.config.js added LoginPage, linting and styles 2025-09-26 13:54:35 +02:00
index.d.ts Added top level type export 2025-09-27 17:44:44 +02:00
package-lock.json v2.5.6: Fixed inconsistent icon style 2025-12-22 20:49:39 +01:00
package.json v2.5.6: Fixed inconsistent icon style 2025-12-22 20:49:39 +01:00
Readme.md images -> components 2025-10-08 12:33:51 +02:00
tailwind.config.ts war 2025-09-26 16:39:51 +02:00
tsconfig.json test replace uibee/* with uibee 2025-12-02 14:46:12 +01:00

Uibee

This package includes shared components, functions and hooks for reuse across Login projects.

Getting Started

# Install dependencies
npm install

# Build the project
npm run build

Folder Structure

.
├── src/
│   ├── components/      # Reusable NextJS components
│   ├── hooks/           # Custom React hooks
│   ├── scripts/         # Build and utility scripts
│   ├── types/           # TypeScript type definitions
│   ├── utils/           # Utility functions
│   └── globals.css      # Global styles
├── package.json         # Project metadata and scripts
├── tailwind.config.ts   # Tailwind CSS configuration
├── tsconfig.json        # TypeScript configuration