[RFC] Component names #189
-
Created an issue to do what's described below: #216 We've added a concept of "component names" based on this initial issue: #28 I think it's probably worth revisiting, it might be better to display We could start with the current list of supported "id" attributes:
See current code: https://github.com/alpine-collective/alpinejs-devtools/blob/master/packages/shell-chrome/src/utils.js#L230-L243 We could probably make it configurable through the settings + limit the number of attributes we're displaying (tag name + x-data + 2-3 attributes), some attributes like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You mean something like |
Beta Was this translation helpful? Give feedback.
You mean something like
<tagName [id attribute]>
? So<div x-title="My Component">
instead of just<My Component>