Git Product home page Git Product logo

blazor.blazorplugincomponents's Introduction

Blazor Plugin Components

You can load dynamically and without registering the RCL (Razor Class Library) on the project all the components you want with this project.

Installation

  • git clone the repo
  • compile first RazorClassLibrary2 because a post-build command copy those files to the main project. If you don't do it, you will get an error message
  • run the server
  • enjoy

Project Details

When you publish a RCL you get this kind of files:

  • The Assembly (dll) and the Symbols (pdb) files
  • The Assets for the components:
    • css isolated or not
    • javascript
    • images
    • other resource stuff

You can generate all this with "dotnet publish" or you can get all in one file using "dotnet pack" where you get a Nuget Package

The project shows 4 ways to import and load a RCL component:

  1. The standard way, creating a project dependency
  2. Putting all the RCL files in a folder under wwwroot and get dynamically those files
  3. Manually uploading all the files
  4. Using the Module Manager wich allows you to load a RCL Nuget Package and upload to the server. Once uploaded you don't have to upload again and you can use it whenever you want

Example

test

Dynamic page loader from a RCL project

You can also load a page dynamically though the Module Manager as you can see in the example

pageload

blazor.blazorplugincomponents's People

Contributors

elgransan avatar santiagocrd avatar seanfeldman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.