SkillAgentSearch skills...

React Packed Grid

A React component to create a grid of equally scaled boxes packed efficiently into a container, as seen in video conferencing apps like Zoom.

Install / Use

npx skills add mxmul/react-packed-grid

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

README

react-packed-grid

A React component to create a grid of equally scaled boxes packed efficiently into a container, as seen in video conferencing apps like Zoom.

NPM JavaScript Style Guide

Demo

https://mxmul.github.io/react-packed-grid/

Install

npm install --save react-packed-grid

Usage

import React from 'react'

import { PackedGrid } from 'react-packed-grid'

function Example {
  return (
    <PackedGrid>
        <div>Box 1</div>
        <div>Box 2</div>
        <div>Box 3</div>
    </PackedGrid>
  );
}

License

MIT © mxmul

Related Skills

View on GitHub
GitHub Stars15
CategoryContent
Updated9mo ago
Forks8

Languages

TypeScript

Security Score

67/100

Audited on Nov 8, 2025

No findings