mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00
docs(content): add note about multiple ionContents
Closes https://github.com/driftyco/ionic-site/issues/956
This commit is contained in:
@ -19,7 +19,10 @@ export { ScrollEvent } from '../../util/scroll-view';
|
||||
* @name Content
|
||||
* @description
|
||||
* The Content component provides an easy to use content area with
|
||||
* some useful methods to control the scrollable area.
|
||||
* some useful methods to control the scrollable area. There should
|
||||
* only be one content in a single view component. If additional scrollable
|
||||
* elements are need, use [ionScroll](../../scroll/Scroll).
|
||||
*
|
||||
*
|
||||
* The content area can also implement pull-to-refresh with the
|
||||
* [Refresher](../../refresher/Refresher) component.
|
||||
|
Reference in New Issue
Block a user