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.