Menu
Some tips before you start working with Essence
Make the components more visual
Essence doesn't not include any icons by default. However, you might want to use one of the following libraries that integrate seamlessly.
Streamline your development process
The base Essence
component inherits from Phlex::HTML
by default and it's done due to compatibility.
Realistically, you will want some custom functionality and mixins inside of your base component. Therefore, we'd recommend you to adjust the base Essence
component to inherit from Components::Base
.