1
2
3
4
5
6
7
8
9
render UswdsComponents::BreadcrumbComponent.new(wrap: wrap) do |trail|
trail.with_crumb(href: '#home', name: 'Home')
trail.with_crumb(href: '', name: 'Federal Contracting')
trail.with_crumb(href: '', name: 'Contracting assistance programs')
trail.with_crumb(
href: '/lookbook/preview/uswds_components/breadcrumb/blank_paths',
name: 'Women-owned small business federal contracting program',
)
end