Skip to content

CodingWithDavid/BlazorAccordionUIControl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Pure Blazor Accordion UI Control

This project is a fully implemented, C#-based Accordion UI control for Blazor applications, featuring custom CSS styling to enhance the user experience.

by David Gallivan

Overview

I like finding UI controls that normally have JavaScript with them and see if I can create a pure C# control to using with my Blazor applications. I found a cool Accordion control so I converted to a generic C# Blazor control

Getting Started

  1. Clone this repository

    git clone https://github.com/CodingWithDavid/BlazorAccordionUIControl
    cd BlazorAccordionUIControl
  2. Open the Project: In Visual Studio or Visual Studio Code. If using Visual Studio Code, make sure to install the C# extensions.

  3. Run the Application: Press F5 to start the application.

Features

1, Accordion Control Implementation: The project includes a generic C# Accordion control leveraging RenderFragments to customize accordion content. 2. Usage Examples: The repository provides sample code demonstrating how to integrate and use the control within Blazor applications.

Feedback and Contributions

For issues, suggestions, or contributions, please Open an issue here

Acknowledgements

Thank you for using and supporting this project.

Resources

About

How to build and use a pure C# Blazor Accordion UI control with no JavaScript.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published