mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
feat(segment-button, toast): add additional parts docs (#21532)
This commit is contained in:
@ -13,6 +13,11 @@ import { mdLeaveAnimation } from './animations/md.leave';
|
||||
|
||||
/**
|
||||
* @virtualProp {"ios" | "md"} mode - The mode determines which platform styles to use.
|
||||
*
|
||||
* @part button - Any button element that is displayed inside of the toast.
|
||||
* @part container - The element that wraps all child elements.
|
||||
* @part header - The header text of the toast.
|
||||
* @part message - The body text of the toast.
|
||||
*/
|
||||
@Component({
|
||||
tag: 'ion-toast',
|
||||
|
||||
Reference in New Issue
Block a user