Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A responsive 8-point grid system layout for React using styled-components

License

NotificationsYou must be signed in to change notification settings

santosfrancisco/react-awesome-styled-grid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm versionAll ContributorsCommitizen friendlyjs-standard-stylecodecovPublish to NPMNetlify Status

React Awesome Styled Grid 😎

A responsive grid system for React using styled-components

Installation

npm i --save react-awesome-styled-grid

Dependencies

styled-components is a peerDependency and must be installed separately.

npm i --save styled-components

Documentation

Clickhere for documentation

Basic usage

This grid system is mobile-first based onGoogle Material Design.

Number of columns:xs: 4,sm: 8,md: 8,lg: 12,xl: 12

Breakpoints size:xs: > 1rem,sm: > 48rem,md: > 64rem,lg: > 90rem,xl: > 120rem

for a custom configuration,see this section of documentation

import{Container,Row,Col}from"react-awesome-styled-grid";constMyCoolComponent=()=>(<Container><Row><Colxs={4}md={2}>        Col A</Col><Colxs={6}md={10}>        Col B</Col></Row></Container>);

Development

runyarn install ornpm install to install all dependencies

runyarn start ornpm run start to run Docusaurus on port 3000

Go tohttp://localhost:3000/demo to see live demo and editDemo.tsx file

Built With

  • Styled-components - Visual primitives for the component age.
  • Docusaurus - Build optimized websites quickly, focus on your content
  • Rollup - Rollup is a module bundler for JavaScript

Contributing

Please readCONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

See also the list ofcontributors who participated in this project.

License

This project is licensed under the MIT License - see theLICENSE.md file for details

Contributors

Thanks goes to these wonderful people (emoji key):

Francisco Santos
Francisco Santos

💻📖👀
Camila Belo
Camila Belo

⚠️
Fábio Henrique Gabriele
Fábio Henrique Gabriele

⚠️
Bernardo Mariano
Bernardo Mariano

💻
Ahmed Tarek
Ahmed Tarek

💻
Steve Swanson
Steve Swanson

🚧

This project follows theall-contributors specification. Contributions of any kind welcome!

About

A responsive 8-point grid system layout for React using styled-components

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors15


[8]ページ先頭

©2009-2025 Movatter.jp