This website requires JavaScript.
Explore
Help
Sign In
cerxes
/
csx
Watch
3
Star
1
Fork
0
You've already forked csx
Code
Issues
Pull Requests
Releases
Wiki
Activity
25
Commits
1
Branch
0
Tags
Go to file
Code
Clone
HTTPS
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Download ZIP
Download TAR.GZ
Download BUNDLE
Miel Truyen
05f0e66a42
v0.0.10: Attempt to fix a bug, and added callback in customElement to trigger code after-render (renderCallback, in analogy with CustomElement's callbacks)
2020-03-29 19:37:54 +02:00
.idea
Fixed a bug relating to custom-elements's first vnode where render(){ return <div class="example" /> } would set the example-class on the custom-element itself.
2019-12-21 21:48:38 +01:00
packages
v0.0.10: Attempt to fix a bug, and added callback in customElement to trigger code after-render (renderCallback, in analogy with CustomElement's callbacks)
2020-03-29 19:37:54 +02:00
tests
v0.0.10: Attempt to fix a bug, and added callback in customElement to trigger code after-render (renderCallback, in analogy with CustomElement's callbacks)
2020-03-29 19:37:54 +02:00
package.json
Fixed a bug relating to custom-elements's first vnode where render(){ return <div class="example" /> } would set the example-class on the custom-element itself.
2019-12-21 21:48:38 +01:00
rollup.config.js
SVG handling
2019-11-22 16:15:53 +01:00
yarn.lock
Fixed a bug relating to custom-elements's first vnode where render(){ return <div class="example" /> } would set the example-class on the custom-element itself.
2019-12-21 21:48:38 +01:00
Description
A miniature UI-framework using JSX to render elements to the DOM intended for usage with WebComponents
1.2
MiB
Languages
JavaScript
100%