Build stunning projects faster.
Xenon UI is a CSS component library, with fully functional and modular pre-defined styled classes that will help you create beautiful UI in a matter of seconds.
Installation
In order to introduce Xenon to your project, Copy the tags given below and paste it in the head tag of your html
<link rel="stylesheet" href="https://xenon-ui.netlify.app/css/main.css">
<script defer src="https://xenon-ui.netlify.app/script/script.js"></script>
Alternatively, you can include the css using import in your css file.
@import url('https://xenon-ui.netlify.app/css/main.css');