Skip to content

Commit

Permalink
fix(docs/breadcrumbs): add icon-only breadcrumb example
Browse files Browse the repository at this point in the history
  • Loading branch information
digital-plant-guard committed Apr 27, 2023
1 parent d0c8dfb commit 748c107
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ import { IBreadcrumb } from '@prizm-ui/components';
})
export class BreadcrumbsExampleWithIconComponent {
public breadcrumbs: IBreadcrumb[] = [
{
name: '',
icon: 'social-home-breadcrumbs',
},
{
name: 'Lady',
icon: 'account',
Expand Down

0 comments on commit 748c107

Please sign in to comment.