src/content/docs/en/tutorial/3-components/index.mdx
import Box from '/components/tutorial/Box.astro';
import Checklist from '/components/Checklist.astro';
import MultipleChoice from '/components/tutorial/MultipleChoice.astro';
import Option from '/components/tutorial/Option.astro';
Now that you have .astro and .md files generating entire pages on your website, it's time to make and reuse smaller bits of HTML with Astro components!
In this unit, you'll learn how to create Astro components to reuse code for common elements across your website.
You'll build:
Along the way, you'll use CSS and JavaScript to build a responsive design that reacts to screen sizes and user input.
<Box icon="check-list"> ## Checklist <Checklist> - [ ] I am ready to build some Astro components! </Checklist> </Box>