No description
| dist | ||
| src | ||
| .gitignore | ||
| eslint.config.js | ||
| index.d.ts | ||
| package-lock.json | ||
| package.json | ||
| Readme.md | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
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