docs(): update examples and usage

This commit is contained in:
mhartington
2018-05-31 10:56:02 -04:00
parent 89a7d169e9
commit 5ad35ccc00
25 changed files with 370 additions and 225 deletions

View File

@ -12,8 +12,8 @@ import { Config } from '../../interface';
}
})
export class MenuButton {
@Prop({ context: 'config' }) config!: Config;
@Prop({ context: 'config' })
config!: Config;
/**
* Optional property that maps to a Menu's `menuId` prop. Can also be `left` or `right` for the menu side. This is used to find the correct menu to toggle