Update snippet descriptions

This commit is contained in:
Isabelle Viktoria Maciohsek
2020-11-16 15:17:26 +02:00
parent eeccde742b
commit 1c622b64d7
3 changed files with 37 additions and 20 deletions

View File

@ -3,10 +3,10 @@ title: Loader
tags: components,beginner
---
Creates a spinning loader component.
Renders a spinning loader component.
- Define appropriate CSS styles and animations for the component's elements.
- Define the component, which returns a simple SVG, whose size is determined by the `size` prop.
- Render an SVG, whose `height` and `width` are determined by the `size` prop.
- Use CSS to animate the SVG, creating a spinning animation.
```css
.loader {