Skip to content

Commit

Permalink
Add icon to Grid
Browse files Browse the repository at this point in the history
  • Loading branch information
gbalint committed Jun 6, 2024
1 parent 7e76cff commit a698894
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions utopia/layout.utopia.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import {
Section,
Container,
HalfAndHalf,
Grid,
} from '@h2/new/Layout'
import { DefaultTextContents } from './text.utopia.js'

Expand Down Expand Up @@ -450,6 +451,11 @@ const annotations = {
/>`,
},
},
Grid: {
component: Grid,
properties: {},
icon: 'grid',
},
}

const Components = {
Expand Down

0 comments on commit a698894

Please sign in to comment.