mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
docs(slides): update slides docs (#9968)
Change the `pager` description. Change the `paginationType` input type.
This commit is contained in:

committed by
Brandy Carney

parent
d46b3e8e9f
commit
391cd70879
@ -196,9 +196,7 @@ export class Slides extends Ion {
|
||||
private _isLoop = false;
|
||||
|
||||
/**
|
||||
* @input {boolean} String with type of pagination. Can be
|
||||
* `bullets`, `fraction`, `progress`. Default does not have
|
||||
* pagination set.
|
||||
* @input {boolean} Whether or not to show the pager. Default: `false`.
|
||||
*/
|
||||
@Input()
|
||||
get pager() {
|
||||
@ -210,7 +208,7 @@ export class Slides extends Ion {
|
||||
private _pager = false;
|
||||
|
||||
/**
|
||||
* @input {boolean} String with type of pagination. Can be
|
||||
* @input {string} String with type of pagination. Can be
|
||||
* `bullets`, `fraction`, `progress`. Default: `bullets`.
|
||||
* (Note that the pager will not show unless `pager` input
|
||||
* is set to true).
|
||||
|
Reference in New Issue
Block a user