tmc-typo
v1.0.6
Published
**A HTML form components libary fro Vue3.** First install TMC Typo as a dependency ```bash npm install tmc-typo ``` Next import TMC Typo to use it's components
Downloads
4
Readme
TmcTypo
A HTML form components libary fro Vue3. First install TMC Typo as a dependency
npm install tmc-typo
Next import TMC Typo to use it's components
import { createApp } from 'vue'
const app = createApp({})
import TmcTypo from 'tmc-typo'
app.use(TmcTypo)
Full documentaion available at TMC Typo Docs