Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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)