@this.ComponentName
is avaible at Dropdown
component.
13 | Embed
with a Youtube video with the default 16 to 9 aspect ratio.
17 | Embed
component also supports other aspect ratios than the default 16 to 9 which is shown above.
24 | Jumbotron.FluidContainerType
parameter.
28 | Nav
component provides a simple way to build navigation elements.
9 | Nav
component can be aligned. The default is left aligned, but you can also
17 | set it to center or right. 4 | @this.ChildContent 5 |6 | -------------------------------------------------------------------------------- /Blazorade.Bootstrap.Components/Content/Blockquote.razor.cs: -------------------------------------------------------------------------------- 1 | using System; 2 | using System.Collections.Generic; 3 | using System.Text; 4 | 5 | namespace Blazorade.Bootstrap.Components.Content 6 | { 7 | ///
4 | @this.ChildContent 5 |
6 | -------------------------------------------------------------------------------- /Blazorade.Bootstrap.Components/Content/Paragraph.razor.cs: -------------------------------------------------------------------------------- 1 | using Microsoft.AspNetCore.Components; 2 | using System; 3 | using System.Collections.Generic; 4 | using System.Text; 5 | 6 | namespace Blazorade.Bootstrap.Components.Content 7 | { 8 | ///