tram-lite icon indicating copy to clipboard operation
tram-lite copied to clipboard

💡 Declarative HTML library for native web-components

Results 6 tram-lite issues
Sort by recently updated
recently updated
newest added

## Summary We should make the delegatesFocus (and potentially all other future options for components) optional, and part of the interface in the `tl-definition`. This would look something like: ```html...

## Summary Currently, when using the `tl-effect` on a script tag, if the type is module, we currently fail on trying to process the script tag's contents. We should look...

examples-needed

## Summary Right now intellisense when using web-components can be lacking. However, there is a standard for custom-element manifests, see https://github.com/webcomponents/custom-elements-manifest This provides auto-completion and hover-over information, similar to what's...

## Summary We should make a guide that goes over the details of styling web-components, and different options available.

## Summary After #40, we cover all of the different shaped projects (importing, exporting, inline, hybrid), but there is a lot of copy-pasted component code and tests. Some thinking should...

## Summary While #40 will add support for a command line interface to export components, there's an opportunity here to offer a JS API. This would also allow us to...