diff --git a/docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md b/docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md new file mode 100644 index 0000000000..2ba46dc524 --- /dev/null +++ b/docs/en/UI/AspNetCore/Tag-Helpers/Breadcrumbs.md @@ -0,0 +1,25 @@ +# Breadcrumbs + +## Introduction + +`abp-breadcrumb` is the main container for breadcrumb items. + +Basic usage: + +````csharp + + + + + +```` + +## Demo + +See the [breadcrumbs demo page](https://bootstrap-taghelpers.abp.io/Components/Breadcrumbs) to see it in action. + +## abp-breadcrumb-item Attributes + +- **title**: Sets the text of the breadcrumb item. +- **active**: Sets the active breadcrumb item. +- **href**: A value indicates if an `abp-breadcrumb-item` has a link. Should be a string link value. \ No newline at end of file