Skip to content

Commit af1da42

Browse files
committed
Docs updates.
1 parent d7efd01 commit af1da42

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/docs/Notifications.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ Following code example shows how to use **`ToastContainer` and `Toast`** compone
319319
**First step to add a *single* `ToastContainer` to a common place e.g. MainLayour.razor**
320320
```
321321
...
322-
@Body
322+
@Body
323323
...
324324
325325
@*Toast container initialized once per application at the bottom of the rendered HTML in order to work with all Relative elements!!*@
@@ -403,7 +403,6 @@ Then `Toast` notifications can be configured, prompted, removed and listened for
403403
_toastService.OnToastCloseButtonClicked -= ToastCloseButtonClicked;
404404
}
405405
}
406-
407406
```
408407

409408
### `IHtmlNotificationService` usage

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Check out our planned components and extensions on the project [Wiki page](https
7272
- **Majorsoft.Blazor.Components.PermaLink**: [PermaLink component and extension](https://github.com/majorimi/blazor-components/blob/master/.github/docs/PermaLink.md) that can be used to create navigation element inside Blazor pages (#permalink).
7373
- **Majorsoft.Blazor.Components.Toggle**: [Toggle components](https://github.com/majorimi/blazor-components/blob/master/.github/docs/Toggle.md) that can be used to render customizable Toggle switch and Toggle button components.
7474
- **Majorsoft.Blazor.Components.Tabs**: [Tabs components](https://github.com/majorimi/blazor-components/blob/master/.github/docs/Tabs.md) that renders customizable Tabs panel with many tabs and custom content.
75-
- **Majorsoft.Blazor.Components.Collapse**: [Collapse components](https://github.com/majorimi/blazor-components/blob/master/.github/docs/Collapse.md) that renders customizable Collapsable/Expandable panel and Accordion with many but only one active panel also custom content and header.
75+
- **Majorsoft.Blazor.Components.Collapse**: [Collapse components](https://github.com/majorimi/blazor-components/blob/master/.github/docs/Collapse.md) that renders customizable Collapsible/Expandable panel and Accordion with many but only one active panel also custom content and header.
7676
- **Majorsoft.Blazor.Components.Maps**: [Google/Bing Maps components](https://github.com/majorimi/blazor-components/blob/master/.github/docs/Maps.md) that renders **Google/Bing maps** wrapped into Blazor components allowing to control and mange maps with .Net code.
7777
- **Majorsoft.Blazor.Components.GdprConsent**: [GDPR Consent components](https://github.com/majorimi/blazor-components/blob/master/.github/docs/GdprConsent.md) injectable service and components that renders a customizable GDPR consent Banner or Popup witch Accept/Reject for cookie settings chosen value is persisted to Browser storage.
78-
- **Majorsoft.Blazor.Components.Notifications **: [Notification components](https://github.com/majorimi/blazor-components/blob/master/.github/docs/Notifications.md) injectable INotificationService service to handle HTML5 Notifications and ServiceWorker Notifications and components that renders customizable Alert and Toast notification message elements.
78+
- **Majorsoft.Blazor.Components.Notifications**: [Notification components](https://github.com/majorimi/blazor-components/blob/master/.github/docs/Notifications.md) injectable INotificationService service to handle HTML5 Notifications and ServiceWorker Notifications and components that renders customizable Alert and Toast notification message elements.
7979

8080
## Other info
8181
- [Contributing](CONTRIBUTING.md)

0 commit comments

Comments
 (0)