Denis Davydkov
Denis Davydkov
### Discussed in https://github.com/likec4/likec4/discussions/2309 Originally posted by **vedeja** October 16, 2025 I often need to share the url to a diagram in the generated and published website. It would be...
Relationship Properties are a great feature to help understand the details of various relationships. In practice, it is quite often we find the same/similar relationships between different models. Relationships can...
Users can set [custom color for tags](https://likec4.dev/dsl/specification/#tag): ```zig specification { tag deprecated { color #FF0000 } } ``` This color is used for background, and we derive text color with...
Text color managed by CSS variables, which are predefined now. We can make it customizable. It is good first issue to contribute Ping me on Discord
> Got it working using webcomponents _Originally posted by @liamwh in [#1943](https://github.com/likec4/likec4/issues/1943#issuecomment-2900799996)_ May be something like ```html import { defineWebcomponent } from 'likec4:webcomponents/project-a' // here give the name for webcomponent...