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

handle local and remote components #52

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Conversation

goodtouch
Copy link
Contributor

Hey, I made a quick pull request to add support for local and remote components.

i.e.

<.link
  navigate={@navigate}
  class="text-sm font-semibold leading-6 text-zinc-900 hover:text-zinc-700"
>
  <HeroIcon.icon name="hero-arrow-left-solid" class="h-3 w-3" />
  <%= render_slot(@inner_block) %>
</.link>

It should close #49.

@100phlecs
Copy link
Owner

Thanks!

@100phlecs 100phlecs merged commit 3896f73 into 100phlecs:master Mar 4, 2024
1 check passed
@numso numso mentioned this pull request Jul 2, 2024
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.

Are function components supported?
2 participants