extends ../../layouts/LayoutComponent
include ../../mixins/utilities/ColoredLinks
append variables
-
var pageHeader = {
title: 'Colored links',
description: 'Colored links with hover states',
url: `https://getbootstrap.com/docs/${bootstrapVersion}/helpers/colored-links/`,
linkText: 'Colored links on Bootstrap'
}
append content
+PageHeader(pageHeader)
+ComponentCard({
title: 'Example',
description: `You can use the .link-* classes to colorize links. Unlike the .text-* classes, these classes have a :hover and :focus state.`,
anchor:true,
descriptionClass:'mt-2'
}).mb-3
+ColoredLinksDemo
+ComponentCard({
title: 'Grays',
anchor:true
}).mb-3
+GraysColoredLinksDemo
+ComponentCard({
title: 'Link utilities',
anchor:true
})
+LinkUtilitiesDemo