16
app/components/FloatGrid/index.js
Executable file
16
app/components/FloatGrid/index.js
Executable file
@@ -0,0 +1,16 @@
|
||||
import { Col } from './Col';
|
||||
import { Row } from './Row';
|
||||
import { Grid } from './Grid';
|
||||
import { Ready } from './Ready';
|
||||
|
||||
Grid.Col = Col;
|
||||
Grid.Row = Row;
|
||||
Grid.Ready = Ready;
|
||||
|
||||
export const applyColumn = (columnId, layouts) => ({
|
||||
...layouts[columnId],
|
||||
i: columnId,
|
||||
key: columnId
|
||||
});
|
||||
|
||||
export default Grid;
|
Reference in New Issue
Block a user