uibee
v2.4.13
Published
Shared components, functions and hooks for reuse across Login projects
Keywords
Readme
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 buildFolder 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