Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gismofx/toast_ui.blazor_calendar
Toast UI Calendar Wrapper For Blazor
https://github.com/gismofx/toast_ui.blazor_calendar
blazor blazor-ui-components calendar component-library dotnet jsinterop net6 razor toast-ui
Last synced: 3 months ago
JSON representation
Toast UI Calendar Wrapper For Blazor
- Host: GitHub
- URL: https://github.com/gismofx/toast_ui.blazor_calendar
- Owner: gismofx
- License: mit
- Created: 2021-04-11T00:58:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T09:44:22.000Z (8 months ago)
- Last Synced: 2024-06-21T19:52:39.185Z (5 months ago)
- Topics: blazor, blazor-ui-components, calendar, component-library, dotnet, jsinterop, net6, razor, toast-ui
- Language: C#
- Homepage:
- Size: 3.7 MB
- Stars: 53
- Watchers: 6
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazor - Toast_UI.Blazor_Calendar - ![last commit](https://img.shields.io/github/last-commit/gismofx/toast_ui.blazor_calendar?style=flat-square&cacheSeconds=86400) A fully featured calendar UI component for viewing and creating events, tasks, and milestones. Month, week, and daily views. Blazor Calendar wraps the fully featured Toast UI Calendar JS library. MIT License. [Sample project](https://github.com/gismofx/toast_ui.blazor_calendar/tree/main/toast_ui.blazor_calendar.TestProject/toast_ui.blazor_calendar.TestProject). (Libraries & Extensions / 2D/3D Rendering engines)
README
## toast_ui.blazor_calendar
A Toast UI Calendar Wrapper For Blazor
Drag-And-Drop Events, Tasks, and Scheduling![NuGet](https://img.shields.io/nuget/vpre/toast_ui.blazor_calendar?color=blue)
![NuGetPre](https://img.shields.io/nuget/v/toast_ui.blazor_calendar?label=Pre-Release&color=yellow)
![DLs](https://img.shields.io/nuget/dt/toast_ui.blazor_calendar?color=brightgreen&label=NuGet%20downloads)
![Issues](https://img.shields.io/github/issues/gismofx/toast_ui.blazor_calendar?color=red)
![license](https://img.shields.io/github/license/gismofx/toast_ui.blazor_calendar?color=brightgreen)
![stars](https://img.shields.io/github/stars/gismofx/toast_ui.blazor_calendar?style=social)---
![Sample](Sample.JPG)See Toast UI Calendar for details:
https://github.com/nhn/tui.calendar
Toast UI Calendar Site:
https://ui.toast.com/tui-calendar### Pre-Release BETA now available on Nuget.
## Please visit Disucssions for any questions or comments or open an issue for any bugs found.
## How to start:
####
Nuget Pre-release:
`Install-Package toast_ui.blazor_calendar -Version 1.0.0-beta1.1.59`### Edit your project files:
#### In `_Imports.razor`
add:
```c#
@using toast_ui.blazor_calendar
```#### In `_Host.cshtml`
add this inside the ``
```html```
add this inside the `` near the bottom
```html
```#### Place the Component in a razor file (See Test Project)
```razor```
### Contributing
Create and/or make a pull request on the `dev` branch.### WAAAYYY More To Come... Help Welcomed
I am attempting to implement a simple CalDav Server and Client to make a better example of the calendar component.
[CalDavSharp](https://github.com/gismofx/CalDavSharp)