Skip to content

ClassFunc/Classfunc_Grid_24_col

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project Grid 24 column of Classfunc

Using in the project reactjs

import {Grids} from "grid_24_col/core"

API

Read the API of the Material-ui design grid framework

Some props have been fixed

lg

  • enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
  • Default: false
  • Description: Defines the number of grids the component is going to use. It's applied for the lg breakpoint and wider screens if not overridden.

md

  • enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
  • Default: false
  • Description: Defines the number of grids the component is going to use. It's applied for the md breakpoint and wider screens if not overridden.

sm

  • enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
  • Default: false
  • Description: Defines the number of grids the component is going to use. It's applied for the sm breakpoint and wider screens if not overridden.

xl

  • enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
  • Default: false
  • Description: Defines the number of grids the component is going to use. It's applied for the xl breakpoint and wider screens.

xs

  • enum: false, 'auto', true, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24
  • Default: false
  • Description: Defines the number of grids the component is going to use. It's applied for all the screen sizes with the lowest priority.

About

Repair the Material-ui design grid framework works on a 24 column grid system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors