framework
framework copied to clipboard
react/jsx should work with view
```jsx echo
const a = view(<input type="range"></input>);
```
${a}