1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 00:21:28 +02:00

Add component docs

This commit is contained in:
Kamran Ahmed
2022-08-09 20:46:55 +04:00
parent 0fc386524a
commit c4dcd8ad72

View File

@@ -1 +1,8 @@
# Components
# Components
Components allow us to split the UI into independent and reusable pieces, and think about each piece in isolation.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://vuejs.org/guide/essentials/component-basics.html'>Components Basics</BadgeLink>
<BadgeLink colorScheme='blue' badgeText='Official Documentation' href='https://vuejs.org/guide/components/registration.html'>Components in Depth</BadgeLink>