mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
docs(searchbar, toggle, toolbar)
This commit is contained in:
@@ -160,6 +160,10 @@ export class Searchbar extends Ion {
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* @private
|
||||
* Updates the value of query
|
||||
*/
|
||||
@Directive({
|
||||
selector: '.searchbar-input',
|
||||
host: {
|
||||
|
||||
@@ -46,12 +46,12 @@ class MediaToggle {
|
||||
* @property {string} [id] - a unique ID for a toggle
|
||||
* @usage
|
||||
* ```html
|
||||
* // Create a single toggle
|
||||
* <!-- Create a single toggle -->
|
||||
* <ion-toggle checked="true">
|
||||
* Pineapple
|
||||
* </ion-toggle>
|
||||
*
|
||||
* // Create a list of togglees:
|
||||
* <!-- Create a list of togglees -->
|
||||
* <ion-list>
|
||||
*
|
||||
* <ion-toggle checked="true">
|
||||
|
||||
@@ -105,7 +105,7 @@ export class Toolbar extends ToolbarBase {
|
||||
}
|
||||
|
||||
/**
|
||||
* @name ToolbarTitle
|
||||
* @name Title
|
||||
* @description
|
||||
* `ion-title` is a component that sets the title of the `Toolbar` or `Navbar`
|
||||
* @usage
|
||||
|
||||
Reference in New Issue
Block a user