
Security News
Deno 2.4 Brings Back deno bundle, Improves Dependency Management and Observability
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
react-gridify
Advanced tools
A very simple grid maker in form of React Components Inspired by foundations row and column.
import { Row, Column } from 'react-gridify'
<Row maxWidth="960px">
<Column
xSmall="12" // 100%
small="6" // 50%
medium="4" // 33.333333333333336%;
large="3" // 25%
padding="10px"
className="someAdditionalClass"
>
<SomeCustomChildComponent />
</Column>
</Row>
// Works nicely when working with article pages etc.
<Row>
<Column small="12" large="10" centered>
<Row>
<Column>
<h1>Title<h1>
<p>Lorem ipsum dolor sit amet</p>
</Column>
</Row>
</Column>
</Row>
column 12 = 100%
$ git clone https://github.com/oyvindhermansen/react-gridify.git
$ npm install
Run $ npm run build
for compiling up the src-folder
Run $ npm run demo
for running the webpack-build for demo page.
Run $ npm test
for running the tests with Jest.
FAQs
A very simple grid maker in form of React Components
We found that react-gridify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.