Skip to content

Commit

Permalink
links to story explorers
Browse files Browse the repository at this point in the history
  • Loading branch information
joshtynjala committed Aug 16, 2024
1 parent 2b32524 commit 65019c7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions learn/haxe-openfl/navigator-transitions.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ See [Create custom transitions for navigator components](./custom-navigator-tran

## Related Links

- [Live Demo: Transitions Story Explorer](/samples/haxe-openfl/story-explorer/transitions/)
- [Create custom transitions for navigator components](./custom-navigator-transitions.md)
- [How to use the `StackNavigator` component](./stack-navigator.md)
- [How to use the `RouterNavigator` component](./router-navigator.md)
Expand Down
4 changes: 4 additions & 0 deletions learn/haxe-openfl/shape-skins.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ The [`LineStyle`](https://api.feathersui.com/current/feathers/graphics/LineStyle
- [`SolidColor`](https://api.feathersui.com/current/feathers/graphics/LineStyle.html#SolidColor) displays the border using a solid color. Its parameters are passed to the [`Graphics.lineStyle()`](https://api.openfl.org/openfl/display/Graphics.html#lineStyle) method.
- [`Gradient`](https://api.feathersui.com/current/feathers/graphics/LineStyle.html#Gradient) displays the border as a gradient. Its parameters are passed to the [`Graphics.lineGradientStyle()`](https://api.openfl.org/openfl/display/Graphics.html#lineGradientStyle) method.
- [`Bitmap`](https://api.feathersui.com/current/feathers/graphics/LineStyle.html#Bitmap) displays the border using [`BitmapData`](https://api.openfl.org/openfl/display/BitmapData.html). Its parameters are passed to the [`Graphics.lineBitmapStyle()`](https://api.openfl.org/openfl/display/Graphics.html#lineBitmapStyle) method.

## Related Links

- [Live Demo: Shape Skins Story Explorer](/samples/haxe-openfl/story-explorer/shape-skins/)
1 change: 1 addition & 0 deletions learn/haxe-openfl/ui-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,4 +78,5 @@ Various other UI components that don't necessarily fit in one of the above categ

## Related Links

- [Live Demo: Core Components Story Explorer](/samples/haxe-openfl/story-explorer/core-components/)
- [Create custom UI components for Feathers UI](./custom-ui-components.md)

0 comments on commit 65019c7

Please sign in to comment.