mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 14:01:20 +08:00
docs(): remove code blocks in docs
This commit is contained in:
@ -11,15 +11,16 @@ The MenuToggle component can be used to toggle a menu open or closed.
|
||||
|
||||
boolean
|
||||
|
||||
Automatically hides the content when the corresponding menu is not
|
||||
active
|
||||
Automatically hides the content when the corresponding menu is not active
|
||||
|
||||
|
||||
#### menu
|
||||
|
||||
string
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
|
||||
## Attributes
|
||||
@ -28,15 +29,16 @@ Optional property that maps to a Menu's `menuId` prop. Can also be `left` or `ri
|
||||
|
||||
boolean
|
||||
|
||||
Automatically hides the content when the corresponding menu is not
|
||||
active
|
||||
Automatically hides the content when the corresponding menu is not active
|
||||
|
||||
|
||||
#### menu
|
||||
|
||||
string
|
||||
|
||||
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
|
||||
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
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user