Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 998 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 998 Bytes

CSPR.click Examples

This repository contains some examples of CSPR.click integrations for different libraries/frameworks.

If you're using React, we recommend you to start your project from our template. Follow the instructions in this guide.

Only HTML / Javascript

This is an example of how to integrate CSPR.click into an application independently of the chosen library or framework.

Location: ./csprclick-html

ASP.NET Core Blazor

An example of how to integrate CSPR.click in your ASP.NET Core Blazor application (.NET 8).

Location: ./csprclick-blazor

NextJS (SSR)

You can integrate CSPR.click in a Next JS application that uses Server Side Rendering by using CSPR.click NextJS template.

Thanks to thebadking and @Charlie85270 for this contribution!

Location: https://github.com/make-software/csprclick-nextjs-template