prodaja@stozacibrid.com hr@hardtechnique.com vjeko.kovacicek@coolintunit.com info@tehnikhard.net mail@coolintunit.com webmaster@stozacibrid.com admin@hardtechnique.com tehnikhard.net web.stozacibrid.com www.coolintunit.com
  1. Preloader

    * [Array] classes - Adds a class for each item
    <?php get_component( 'preloader' ) ?>
  2. Icon component

    * [String] name - Icon name: Options: close, search * [Array] modifiers - Adds a BEM modifier class. Options (px): 35, 22, 18, 10 * [Array] classes - Adds a class for each item
    <?php get_component( 'icon', [ 'name' => 'close' ] ) ?>
  3. Background

  4. Typography

    Medium 46 Medium 36 Medium 26 Medium 20 Medium 16 Medium 14 Medium 10 Regular 26 Regular 18 Regular 16 Regular 14 Semi Bold 26 Semi Bold 22 Semi Bold 20 Semi Bold 16 Semi Bold 14 Semi Bold 12 Hyperlink Block Quote
  5. Button component

    * [String] label - Button text * [Array] modifiers - Adds a BEM modifier class. Options: plus, back, forward, secondary, extra * [Array] classes - Adds a class for each item * [String] href - Wraps button with 'a' tag using provided href * [String] tag - HTML tag to use. Options: input, div, button.. * [String] name - If tag is input, tag name attribute * [String] target - Anchor target. Option: _blank
    <?php get_component( 'button', [ 'label' => 'CUC2018', 'modifiers' => [ 'sm', 'white' ] ] ) ?>
  6. Back to top component

    * [String] label - Button text
    <?php get_component( 'btt', [ 'label' => 'Natrag na početak' ] ) ?>
     
    Natrag na početak
  7. Search component

    * [Array] modifiers - Adds a BEM modifier class. Options: transparent, flat
    <?php get_component( 'search' ) ?>