[3.0.x] Style Object

Created on 4 February 2025, 2 months ago

Problem/Motivation

To make styling inside twig components more easy a conditional style object should optimize the workflow.

{%

 set style = create_style([
    'variant': [
      'primary': [
        'background': 'bg-blue'
      ], 
      'secondary': [
        'background': 'bg-ted'
      ]
    ]
   button_size: [
     'small' : 'text-sm',
     'medium': 'text-xl'
   ]
  ]).toStyle(variant, ['buttons_size': button_size])
 %}

<div class="{{style.background}}">
Feature request
Status

Active

Version

3.0

Component

Code

Created by

🇩🇪Germany Christian.wiedemann

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.71.5 2024