Elementric is a free, open source, front-end package of UI elements that can help you create the look of a web page easily. The elements have a modern design composed of buttons, cards, menus and many others created from scratch only with HTML5, CSS and JS. Elementric can be used by any type of developers, being easy to install and use.
All the files you need can be found in Elementric (CSS and JS) directory that you downloaded. Just copy the CSS and JS folders and paste them to your project directory.
Elementric |- CSS / Elementric.css
|- JS / Elementric.js
To use the Elementric components you have two ways to do the installation:
- Download the files and include them into your HTML code (See documentation)
- Install without download via CDN links into your code. (See documentation)
<!-- CDN links -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/ciucacristi/elementric/Elementric/css/elementric.css"> <!-- CSS -->
<script src="https://cdn.jsdelivr.net/gh/ciucacristi/elementric/Elementric/js/elementric.js"></script> <!-- JavaScript -->
- Modern UI elements
- Open source
- HTML5, CSS3, JS
- Mobile friendly
- Easy install
- 50+ Elements
If you meet problems in the installation or in the usage of elements, access the Issues section or connect to the Discord.
© Copyright 2020 Ciuca Cristian. Code under MIT License