Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 987 Bytes

readme.md

File metadata and controls

23 lines (13 loc) · 987 Bytes

VASPACX 🚀

Component Library to build UI faster.

Vaspacx ui component library

This component library is built with html, css and vanilla js. All the components are ready with css, to create your own app faster. Just copy paste the code and you are ready to fill your content.

App has examples, code snippets and live demos for all the components.

How to Use?

  • Include CSS file mentioned in installation section in your head tag of html file. And you are ready to use this file.

    <link rel="stylesheet" href="https://vaspacx-components.netlify.app/style.css">

  • Documentation will help you to understand look and feel of the components.

  • In Documentation, example's html code is written, you can directly copy and paste in your html file.

  • You can also create combinations of components by adding appropriate class to your html elements.