Toolbox-XToolbox-X

DOM Utilities

Essential utilities for DOM manipulation, browser API interactions, URL query parameters, and storage handling.

Overview

A collection of utility functions for interacting with browser APIs: clipboard operations, URL query parameters, local/session storage wrappers, smooth scrolling, and fullscreen controls.

All DOM utilities can be imported from the /dom subpath:

import { copyToClipboard } from 'toolbox-x/dom';

Features

  • Type-safe storage operations
  • Query string parsing/formatting
  • Clipboard interaction
  • Fullscreen control
  • Smooth scrolling
  • Interactive playground support

Continue reading for detailed API documentation or search for functions using ctrl+k.

Last updated: Sun, Jun 14, 2026 07:15:25PM (UTC)

On this page