Giter VIP home page Giter VIP logo

Comments (4)

gvreddy04 avatar gvreddy04 commented on June 3, 2024

@alexnayberg, thank you for trying BlazorBootstrap. Please share a sample code or GitHub repo to reproduce the issue, rather than assuming. This will help us to better understand the issue.

from blazorbootstrap-starter-templates.

gvreddy04 avatar gvreddy04 commented on June 3, 2024

@alexnayberg Please test your changes in the below starter project and let me know.

Starter Project: https://github.com/vikramlearning/blazorbootstrap-starter-templates/tree/master/src/BlazorBootstrap.Templates.Starter/Net8.BlazorAutoGlobal

from blazorbootstrap-starter-templates.

alexnayberg avatar alexnayberg commented on June 3, 2024

Thank you for responding!
I just took your boilerplate code from your demo website and ran it locally:
@page "/test-client" @rendermode InteractiveWebAssembly <Accordion> <AccordionItem> <TitleTemplate> <Icon Name="IconName.HouseFill" Class="me-1" /> Accordion Item #1 </TitleTemplate> <Content> <b>This is the first item's accordion body.</b> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. </Content> </AccordionItem> <AccordionItem> <TitleTemplate> <Icon Name="IconName.PersonFill" Class="me-1" /> Accordion Item #2 </TitleTemplate> <Content> <b>This is the second item's accordion body.</b> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. </Content> </AccordionItem> <AccordionItem> <TitleTemplate> <Icon Name="IconName.PhoneFill" Class="me-1" /> Accordion Item #3 </TitleTemplate> <Content> <b>This is the third item's accordion body.</b> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. </Content> </AccordionItem> </Accordion>

And I did it on both client (above) and server projects:
@page "/test-server" @rendermode InteractiveServer <Accordion> <AccordionItem> <TitleTemplate> <Icon Name="IconName.HouseFill" Class="me-1" /> Accordion Item #1 </TitleTemplate> <Content> <b>This is the first item's accordion body.</b> It is shown by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. </Content> </AccordionItem> <AccordionItem> <TitleTemplate> <Icon Name="IconName.PersonFill" Class="me-1" /> Accordion Item #2 </TitleTemplate> <Content> <b>This is the second item's accordion body.</b> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. </Content> </AccordionItem> <AccordionItem> <TitleTemplate> <Icon Name="IconName.PhoneFill" Class="me-1" /> Accordion Item #3 </TitleTemplate> <Content> <b>This is the third item's accordion body.</b> It is hidden by default, until the collapse plugin adds the appropriate classes that we use to style each element. These classes control the overall appearance, as well as the showing and hiding via CSS transitions. You can modify any of this with custom CSS or overriding our default variables. It's also worth noting that just about any HTML can go within the .accordion-body, though the transition does limit overflow. </Content> </AccordionItem> </Accordion>
I also upgraded the nuger package to the latest version. Same behaviour before and after the upgrade though.

I really like your framework, I've used it on .MET6 and .NET7 projects and it's been working great. I just want to keep using it with .NET8 so I can take advantages of all the new stuff Blazor has to offer. Thanks again for follow up.

from blazorbootstrap-starter-templates.

gvreddy04 avatar gvreddy04 commented on June 3, 2024

@alexnayberg Pleaseshare the below information:

  • BlazorBootstrap Version:
  • Blazor WebAssembly / Server:
  • Interactive RenderMode:
  • Render Location:
  • .NET Version:

Also share a GitHub repo to reproduce your issue. I'll a take look and let you know what was missing.

from blazorbootstrap-starter-templates.

Related Issues (9)

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.