Prashant Labs DevLogs
Quick Reference

Code Snippets

Curated utility functions, CSS layouts, and configuration templates ready to copy into your projects.

Showing 2 snippets
CSS

Centering Anything with Modern CSS Grid

The cleanest 2-line solution to perfectly center an element both vertically and horizontally.

View Snippet
TypeScript

Debounce Hook in React TypeScript

A custom React hook for debouncing search input or high-frequency event handlers.

View Snippet