# Astro Install and configure Skeleton for Astro. {/* --- */} ## Requirements \| Tooling | Minimum Supported | \| ------------------------------------ | ----------------- | \| [Astro](https://vite.dev/) | 5 | \| [React](https://react.dev/) | 18 | \| [Svelte](https://svelte.dev/) | 5 | \| [Tailwind](https://tailwindcss.com/) | 4 | ## Installation Learn how to install the Skeleton core into your Astro project. We'll cover using components in the section below. ## Using Components in Astro While Astro can support [multiple Frontend frameworks](https://docs.astro.build/en/guides/integrations-guide/), please be aware this comes with some notable restrictions: * With the exception of this [experimental React flag](https://docs.astro.build/en/guides/integrations-guide/react/#children-parsing), components cannot utilize slotted content in `.astro` files. * You will need to install additional packages for both Astro and Skeleton per your framework of choice. * You may need a *wrapper* component to use to utilize all component feature. We'll demo this below.