Skip to content

Getting Started

Usage

You can find the UI Elements at https://gitlab.hyva.io/hyva-themes/hyva-ui.

Each component has a dedicated README.md file in its folder with component specific usage instructions.

For most components, using them only requires the template file to be copied into your Hyvä theme, possibly followed by some tailwind configuration adjustments.

Do not clone the repository into your Magento project, especially not into your theme!

This would have a number of negative side effects.

  • More tailwind classes would be generated than needed, bloating your themes styles.css file.
  • In the future, we might remove, rename or change components in a backward incompatible manner, breaking your site.

The idea is really to copy the templates into your project and adjust them as needed for a given Magento store.

For more info, watch the video at Introduction Video.