Back to Showcase/Documentation
v1.0.0

Documentation

Complete guide to using UILIB components in your Next.js projects.

Quick Start

1. Import components from the library

import { Button, Badge, Avatar } from '@/components'

2. Use them in your components

<Button variant="primary">Play Now</Button>
<Badge variant="solid">New</Badge>
<Avatar src="/avatar.png" size="lg" />

Component Categories

Design Principles

Dark Mode First

All components are designed for dark mode interfaces with proper contrast and readability.

Gamified Aesthetics

Components include game-inspired elements like glow effects, progress indicators, and achievement styles.

Tailwind Powered

All styles use Tailwind CSS utilities for easy customization and consistent spacing.