temple icon indicating copy to clipboard operation
temple copied to clipboard

An HTML DSL for Elixir and Phoenix

Results 8 temple issues
Sort by recently updated
recently updated
newest added

Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.4 to 0.28.5. Changelog Sourced from ex_doc's changelog. v0.28.5 (2022-08-18) Enhancements Do not preserve spaces from spec declaration in signature rendering Index hyphens in search Index @...

dependencies

it would be helpful to be able to define many slots with the same name and to be able to loop over them from inside the component. This example also...

enhancement

fallback content or optional slots will probably come in handy

enhancement

It would be cool to be able to pass a component as the slot name, allowing easier composition of shared markup. Now ```elixir defmodule TempleExampleWeb.Components.LinkList do import Temple.Component defcomp Item...

enhancement

**Is your feature request related to a problem? Please describe.** I want to pass dynamic attributes to a node say div So i build the attributes as a keyword list...

Bumps [floki](https://github.com/philss/floki) from 0.34.0 to 0.36.1. Release notes Sourced from floki's releases. v0.36.0 Added Add Floki.get_by_id/1 that returns one element by ID or nil. Thanks @​SteffenDE. Changed Improve options validation...

dependencies

Bumps [phoenix_html](https://github.com/phoenixframework/phoenix_html) from 3.2.0 to 4.1.1. Changelog Sourced from phoenix_html's changelog. v4.1.1 (2024-03-01) Fix dependency resolution error v4.1.0 (2024-02-29) Enhancements Introduce form :action and consider input as changed if action...

dependencies

**Describe the bug** When trying to render some components mixed into inline text, sometimes text after the inline component does not render. **To Reproduce** Assuming a component like this: ```elixir...