
Security News
TC39 Advances Temporal to Stage 4 Alongside Several ECMAScript Proposals
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.
super-simple-flex-grid-react
Advanced tools
A react implementation of the Super Simple Flex Grid
$ npm i super-simple-flex-grid-react
import { FlexRow as Row, FlexCell as Col } from 'node_modules/super-simple-flex-grid-react';
const FlexGridExample = () => (
<Row>
<Col grow={2}>
Col Grow 2
</Col>
<Col center customClass={exampleClass}>
Center
</Col>
<Col grow={2}>
Col Grow 2
</Col>
</Row>
);
| Prop | Type | Description |
|---|---|---|
| children | any | Child <FlexCell /> components |
| customClass | string | Custom class |
| Prop | Type | Description | CSS |
|---|---|---|---|
| children | any | content of cells | |
| customClass | string | custom class | |
| center | bool | center | justify-content: center; align-items: center; |
| centerH | bool | center horizontally | justify-content: center |
| centerV | bool | center vertically | align-items: center |
| startH | bool | start horizontally | justify-content: flex-start |
| endH | bool | end horizontally | justify-content: flex-end |
| startV | bool | start vertically | align-items: flex-start |
| endV | bool | end vertically | align-items: flex-end |
| spaceAround | bool | space around | justify-content: space-around |
| spaceBetween | bool | space between | justify-content: space-between |
| shrink | bool | shrink | flex-shrink: 1; flex-grow: 0; flex-basis: inherit; |
| noMargin | bool | no margin | margin: 0 !important |
| grow | int | grow | flex-grow: x |
| ellipsis | bool | ellipse text | overflow: hidden [^1] |
[^1] Ellipsis prop also adds a child div that contains the following CSS:
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Super-simple-flex-grid-react uses a number of open source projects:
$ npm test
MIT
FAQs
A react super simple flex grid
We found that super-simple-flex-grid-react demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
TC39’s March 2026 meeting advanced eight ECMAScript proposals, including Temporal reaching Stage 4 and securing its place in the ECMAScript 2026 specification.

Research
/Security News
Since January 31, 2026, we identified at least 72 additional malicious Open VSX extensions, including transitive GlassWorm loader extensions targeting developers.

Research
Six malicious Packagist packages posing as OphimCMS themes contain trojanized jQuery that exfiltrates URLs, injects ads, and loads FUNNULL-linked redirects.