Last active
July 11, 2019 20:14
-
-
Save iazel/f3830c5a34e92cebefeffde7fa8d2844 to your computer and use it in GitHub Desktop.
Composable Reactive UI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { h, props } from '@crui/core'; | |
const input = h('input', props({ className: 'add-todo-submit' })) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment