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:
@@ -69,4 +69,9 @@ export { default as Radio } from './components/Radio/Radio.vue'
|
||||
|
||||
export { default as FileInput } from './components/FileInput/FileInput.vue'
|
||||
|
||||
export { default as Heading } from './components/Typography/Heading.vue'
|
||||
export { default as A } from './components/Typography/Heading.vue'
|
||||
export { default as P } from './components/Typography/P.vue'
|
||||
export { default as Img } from './components/Typography/Img.vue'
|
||||
|
||||
export * from './composables'
|
||||
|
||||
Reference in New Issue
Block a user