---
title: Needle Core Components
head:
  - - meta
    - http-equiv: refresh
      content: 0; url=/docs/reference/components
---

# Page Moved

This page has moved to **[Reference: Components](/reference/components)**.

You will be redirected automatically in a moment...

<script setup>
if (typeof window !== 'undefined') {
  window.location.href = '/docs/reference/components' + window.location.search + window.location.hash;
}
</script>
