@akbus/tdt-web-components
v1.3.8
Published
Web components library
Downloads
40
Maintainers
Readme
tdt-web-components
Web components library
Install
The package (tdt-web-components) exports all tdt components.
Add tdt-web-components to your project:
npm i @akbus/tdt-web-components
Or load the ES module directly through unpkg
<script type="module" src="https://unpkg.com/@akbus/tdt-web-components/dist/components.js"></script>
and provide stylesheet
<link rel="stylesheet" href="https://unpkg.com/@akbus/tdt-web-components/dist/styles.css" />
Usage
Use it in your HTML:
<tdt-button variant="primary" text="text"></tdt-button>
Learn about web components here.
Demo
https://thunderous-chimera-cbd7af.netlify.app/