No description
  • TypeScript 95.4%
  • CSS 3.7%
  • JavaScript 0.9%
Find a file
2026-03-25 13:32:16 +01:00
dist add markdown renderer 2026-03-25 13:32:16 +01:00
src add markdown renderer 2026-03-25 13:32:16 +01:00
.gitignore Added DS_Store to gitignore 2025-11-25 10:19:51 +01:00
eslint.config.js table component 2026-03-12 22:34:41 +01:00
index.d.ts Added top level type export 2025-09-27 17:44:44 +02:00
package-lock.json add markdown renderer 2026-03-25 13:32:16 +01:00
package.json add markdown renderer 2026-03-25 13:32:16 +01:00
Readme.md images -> components 2025-10-08 12:33:51 +02:00
tailwind.config.ts add markdown support 2025-12-31 16:53:00 +01: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