Release v1.0 - MikaBerglund/Blazor-Bootstrap GitHub Wiki
Release Notes v1.0
The first public release of Blazor Bootstrap component library.
Schedule
The release is scheduled for publishing during 2020/Q1.
Components
The release will include the following components.
- Alert
- AlertLink
- Anchor
- Badge
- Blockquote
- Breadcrumb
- Button
- ButtonGroup
- ButtonToolbar
- Card
- Carousel
- Collapse
- Div
- Dropdown
- Embed
- Heading
- Jumbotron
- ListGroup
- Media
- Modal
- Nav
- Navbar
- Pagination
- Paragraph
- Spinner
- Toast
General Component Features
The following list provides an overview of the general features supported by all components.
- All modifications to components are made using component parameters
- Components that support interaction provide the support through parameters, events and methods defined on the component.
- No JavaScript required for working with the components.
- The graphical appearance is fully customizable through theming.
Layout Components
The components that support the Bootstrap Grid will only support the default 12 column grid.
Layout Utilities
- Named colours for text colour, background colour and border colour in the BootstrapComponentBase and additional component theming in the ColoredBootstrapComponentBase
- Spacing for margins and paddings.
- Sizing
- Shadows
- Stretched link with the
IsStretched
parameter on the Anchor component.
Nuget
The Blazor Bootstrap component library will be published to Nuget for easy use in your applications.