tinymce / tinymce-blazor

Blazor integration
MIT License
45 stars 13 forks source link

Added demo app #76

Closed spocke closed 8 months ago

spocke commented 8 months ago

This adds a demo app to the repo so that you can more easily get the component up and running for local development and testing. It uses .NET 8 so will work fine on Apple Sillicon and should work fine on Linux and Intel macs as well.

The demo app has two demos right now one that shows how to call editor APIs and one that uses the EditForm context to sync with a model. The idea here is that we add a bunch of use cases here and that the demo is mostly for our internal use but it would like be useful for third party as well if they clone the project.

The demo app is generated with the dotnet new blazor so the css and structure is what that generate by default then tweaked a bit for our needs.

I also added a ignore for sln files that keeps being generated on VS code.