Back to Qwik

Basic Component | Tutorial

packages/docs/src/routes/tutorial/component/basic/index.mdx

1.7.1247 B
Original Source

Components are the building blocks of a Qwik application. Components are declared using component$() and at a minimum need to return a JSX Element.

Create a component that returns Hello World!