mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
docs(components): update readmes from build script
This commit is contained in:
@ -12,6 +12,7 @@ Unlike RouterOutlet, Nav is not tied to a particular router. Meaning that if we
|
||||
| Property | Attribute | Description | Type |
|
||||
| -------------- | --------------- | ------------------------------------------------------ | ------------------- |
|
||||
| `animated` | `animated` | If the nav should animate the components or not | `boolean` |
|
||||
| `animation` | -- | | `AnimationBuilder` |
|
||||
| `delegate` | -- | | `FrameworkDelegate` |
|
||||
| `rootParams` | -- | Any parameters for the root component | `ComponentProps` |
|
||||
| `root` | `root` | Root NavComponent to load | `NavComponent` |
|
||||
|
@ -13,11 +13,11 @@ While RouterOutlet has methods for navigating around, it's recommended to use th
|
||||
|
||||
## Properties
|
||||
|
||||
| Property | Attribute | Description | Type |
|
||||
| ------------------ | ---------- | ----------- | ------------------- |
|
||||
| `animated` | `animated` | | `boolean` |
|
||||
| `animationBuilder` | -- | | `AnimationBuilder` |
|
||||
| `delegate` | -- | | `FrameworkDelegate` |
|
||||
| Property | Attribute | Description | Type |
|
||||
| ----------- | ---------- | ----------- | ------------------- |
|
||||
| `animated` | `animated` | | `boolean` |
|
||||
| `animation` | -- | | `AnimationBuilder` |
|
||||
| `delegate` | -- | | `FrameworkDelegate` |
|
||||
|
||||
|
||||
## Events
|
||||
|
Reference in New Issue
Block a user