gov-gui
Version:
Gov UI Component Library Typscript Build
66 lines (65 loc) • 2.3 kB
TypeScript
import '../../global/animate.min.css';
/**Breadcrumbs provide users with a clear visual representation of their current location
* within your website's information architecture,
* enabling quick navigation to previous levels or parent sections.
* When implementing breadcrumbs, forward slashes ("/") in the url will define the hierarchical path
* segments displayed to users. Each segment becomes a clickable link,
* allowing for convenient movement between different levels of content ,
* with the home icon taking the user back to the root page.
* Please note that when viewing this component inside an iframe environment,
* such as within Storybook's preview panel, the breadcrumb will display "iframe.html"
* rather than the expected path structure.
* This is a normal behavior as the component cannot access the proper navigation context
* when embedded in an iframe. For accurate testing of full breadcrumb functionality,
* the component should be observed in its actual implementation environment. */
declare const _default: {
title: string;
component: string;
tags: string[];
argTypes: {
animation: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
animationDelay: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
animationSpeed: {
control: string;
options: string[];
description: string;
table: {
type: {
summary: string;
};
defaultValue: {
summary: string;
};
category: string;
};
};
};
};
export default _default;
export declare const Breadcrumb: any;