.component_identifier
Returns the component identifier with path segments joined by double dashes. Useful for CSS class names and HTML data attributes.
Returns (String) — the component identifier (e.g., "poetry--core--dot")
Poetry::Core::Dot::Component.component_identifier # => "poetry--core--dot"
Poetry::Core::Button::Component.component_identifier # => "poetry--core--button"