Packages

E2E reactivity for SolidJS and LiveView

Current section

Files

Jump to
live_solidjs assets copy solidjs-components simple.jsx
Raw

assets/copy/solidjs-components/simple.jsx

export function Simple(props) {
return <div>Hello world!</div>;
}