Skip to content

Commit

Permalink
feat(menu): header (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
redgeoff authored Sep 3, 2021
1 parent 92e3731 commit 31b3529
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ export default class Menu extends UIComponent {
},
},
},
{
name: 'header',
component: 'Field',
label: 'Header',
},
],
},
});
Expand Down

0 comments on commit 31b3529

Please sign in to comment.