-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Blazor Bootstrap v3.0.0-preview.3 (#806)
* Blazor Bootstrap v3.0.0-preview.3 - docs & demos updated
- Loading branch information
Showing
17 changed files
with
95 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
title: Blazor Bootstrap v3.0.0-preview.3 | ||
authors: | ||
name: Vikram Reddy | ||
title: Creator | ||
url: https://github.com/gvreddy04 | ||
image_url: https://avatars.githubusercontent.com/u/2337067 | ||
tags: [v3.0.0, blazor, bootstrap, blazorbootstrap, charts, grid, barchart, doughnutchart, linechart, piechart, polarareachart, radarchart, scatterchart, pdfviewer, sidebar2] | ||
--- | ||
|
||
We are excited to release version 3.0.0-preview.3, which includes new Radar chart and Scatter chart components, and other improvements! | ||
|
||
![image](https://i.imgur.com/Urrb79M.png "Blazor Bootstrap: Radar Chart Component") | ||
|
||
<!--truncate--> | ||
|
||
## What's new | ||
|
||
- `Radar Chart` component | ||
- `Scatter Chart` component | ||
|
||
## What's changed | ||
|
||
- `Grid` component | ||
- Fixed enum filter issues | ||
- Updated placeholders | ||
|
||
- `Bar Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `Doughnut Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `Line Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `Pie Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `PolarArea Chart` component | ||
- Updated Dataset and ChartOption properties | ||
- Updated documentation and demos | ||
|
||
- `Sidebar2` component | ||
- Fixed icon alignment issue for non-US cultures | ||
|
||
- `PdfViewer` component | ||
- Fixed rendering issue for MAUI Blazor Hybrid Apps | ||
|
||
- `Color Utility` | ||
- Added color utility demos | ||
|
||
- Demos & Docs updated. | ||
|
||
## Links | ||
- [Demo Website - Blazor Server](https://demos.blazorbootstrap.com/) | ||
- [Demo Website - Blazor WebAssembly](https://demos.getblazorbootstrap.com/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,12 +18,12 @@ Get started with the Enterprise-class Blazor Bootstrap Component library built o | |
Looking to quickly add **Blazor Bootstrap** to your project? Use NuGet package manager. | ||
|
||
```shell | ||
Install-Package Blazor.Bootstrap -Version 3.0.0-preview.2 | ||
Install-Package Blazor.Bootstrap -Version 3.0.0-preview.3 | ||
``` | ||
|
||
## Add CSS references | ||
|
||
After the <base href="/" /> tag in the **head** section in the **wwwroot/index.html** file, add the following references: | ||
After the `<base href="/" />` tag in the **head** section in the **wwwroot/index.html** file, add the following references: | ||
|
||
```html showLineNumbers | ||
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous"> | ||
|
@@ -80,7 +80,9 @@ The default Blazor template includes demonstration code, icons, and Bootstrap. T | |
|
||
## Starter template | ||
|
||
TODO | ||
[GitHub Repo: Blazor Bootstrap - MAUI Blazor Hybrid App (.NET 8)](https://github.com/vikramlearning/blazorbootstrap-starter-templates/tree/master/src/BlazorBootstrap.Templates.Starter/NET8.MauiBlazorHybridApp) | ||
|
||
<img src="https://camo.githubusercontent.com/a51a2e865972de648da1a8f70459134fce0651710631ddd62f5b445247caa486/68747470733a2f2f692e696d6775722e636f6d2f7752746d5874482e706e67" alt="Blazor Bootstrap - MAUI Blazor Hybrid App" /> | ||
|
||
## Sample Code | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters