Files
ionic-framework/core/src/components/anchor

octicon-book(16/tw-mr-2) readme.md

ion-anchor

The Anchor component is used for navigating to a specified link. Similar to the browser's anchor tag, it can accept a href for the location, and a direction for the transition animation.

Properties

color

string

The color to use from your application's color palette. Default options are: "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", and "dark". For more information on colors, see theming.

href

string

Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.

routerDirection

string

When using a router, it specifies the transition direction when navigating to another page using href.

Attributes

color

string

The color to use from your application's color palette. Default options are: "primary", "secondary", "tertiary", "success", "warning", "danger", "light", "medium", and "dark". For more information on colors, see theming.

href

string

Contains a URL or a URL fragment that the hyperlink points to. If this property is set, an anchor tag will be rendered.

router-direction

string

When using a router, it specifies the transition direction when navigating to another page using href.


Built with StencilJS