What are the components and how to use them?
They are all the individual elements that integrate the Design System and can be used for the design and development of a digital interface.
How to use them?
To use the components you first need to use our CDN for CSS and JavaScript inside the <head> tag in your html.
<link rel="stylesheet/css" type="text/css" href="//ogtic.com/cdn/232e232.css">
<script src="//ogtic.com/cdn/232e232.js"></script>
Then copy the code that is inserted inside the page of each of our components and you will have the component working.