Package Exports
- tram-lite
- tram-lite/src/tram-lite.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tram-lite) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Tram-Lite
Tram-Lite is a library that helps developers build native web-components, and makes building simple native javascript applications easier and more elegant!
define`
<custom-title color="blue">
<style>
h1 { color: ${'color'} }
</style>
<h1>${'title'}</h1>
</custom-title>
`;
<body>
<custom-title title="Welcome to Tram-Lite!"></custom-title>
</body>
To install, you can simply include a script tag pointed to unpkg.com
in your index.html
:
<script src="https://unpkg.com/tram-lite@2"></script>
To learn more check out the website at https://tram-one.io/tram-lite
Discord
If you want to start contributing, need help, or would just like to say hi, join our discord!