feat(new component): Initial typography (#199)
* feat: typography * feat: typography * feat: typography * Update docs/components/heading.md * Update src/components/Typography/A.vue * Update src/components/Typography/Heading.vue * Update src/components/Typography/Img.vue * Update src/components/Typography/P.vue --------- Co-authored-by: Ilya Artamonov <ilya.sosidka@gmail.com>
This commit is contained in:
11
docs/components/typography/link/APara.vue
Normal file
11
docs/components/typography/link/APara.vue
Normal file
@@ -0,0 +1,11 @@
|
||||
<template>
|
||||
<P>
|
||||
The free updates that will be provided is based on the <A href="/" class="underline hover:no-underline">roadmap</A> that we have laid out for this project. It is also possible that we will provide
|
||||
extra updates outside of the roadmap as well.
|
||||
</P>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
import A from '../../../../src/components/Typography/A.vue'
|
||||
import P from '../../../../src/components/Typography/P.vue'
|
||||
</script>
|
||||
Reference in New Issue
Block a user