Components
Exodus includes a wide variety of components and icons.
Bootstrap
Exodus is based on Bootstrap 4, so you can use your existing Bootstrap 4 code and knowledge and their documentation. For more information visit the Bootstrap 4 documentation.
Feather icons
Icons are a powerful way of conveying meaning to your users. Therefore, Exodus includes beautiful icons, powered by Feather. You can find a list of all icons here: Feather icon list.
Include them in your HTML as follows:
<i data-feather="arrow-right"></i>
Flat surface shader
The animated backgorund effect is powered by fss.js (Flat surface shader). You may configure it and change the appearance in /src/js/main.js
by adjusting the color values, amount of lights and other variables.