Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds custom icon implementation #213

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

Cvijo
Copy link
Contributor

@Cvijo Cvijo commented Mar 10, 2023

Resolves #212

@taylorchasewhite
Copy link
Contributor

I don't think this is the right way to approach this problem, since it allows only for passing a static HTML string to the component, and completely bypasses Blazor's rendering engine.

I think what makes more sense is you pass a RenderFragment, or just a component inheriting from ComponentBase to the options argument.

@chrissainty chrissainty changed the title adding custom icon implementation Adds custom icon implementation Jul 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Additional or custom icons
2 participants