mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(demos): fix item sliding demo and add the slides demo to the slide doc
references driftyco/ionic-site#397
This commit is contained in:
@ -41,7 +41,7 @@
|
|||||||
<img src="./avatar-dionne.png">
|
<img src="./avatar-dionne.png">
|
||||||
</ion-avatar>
|
</ion-avatar>
|
||||||
<h2>Dionne</h2>
|
<h2>Dionne</h2>
|
||||||
<p>Mr. Hall was way harsh on my report card.</p>
|
<p>Mr. Hall was way harsh.</p>
|
||||||
<ion-note item-right>
|
<ion-note item-right>
|
||||||
8:59 pm
|
8:59 pm
|
||||||
</ion-note>
|
</ion-note>
|
||||||
|
@ -689,6 +689,7 @@ export class Slides extends Ion {
|
|||||||
* @description
|
* @description
|
||||||
* `ion-slide` is a child component of `ion-slides` and is where all your individule slide content will be rendered too.
|
* `ion-slide` is a child component of `ion-slides` and is where all your individule slide content will be rendered too.
|
||||||
*
|
*
|
||||||
|
* @demo /docs/v2/demos/slides/
|
||||||
* @see {@link /docs/v2/api/components/slides/Slides/ Slides API Docs}
|
* @see {@link /docs/v2/api/components/slides/Slides/ Slides API Docs}
|
||||||
*/
|
*/
|
||||||
@Component({
|
@Component({
|
||||||
|
Reference in New Issue
Block a user