Skip to content

Instantly share code, notes, and snippets.

@iazel
Last active July 11, 2019 20:14
Show Gist options
  • Save iazel/f3830c5a34e92cebefeffde7fa8d2844 to your computer and use it in GitHub Desktop.
Save iazel/f3830c5a34e92cebefeffde7fa8d2844 to your computer and use it in GitHub Desktop.
Composable Reactive UI
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