Lines Matching refs:attributes
21 * @param TagAttributes $attributes
23 public static function processFloat(&$attributes)
27 if ($attributes->hasComponentAttribute($float)) {
28 $floatValue = $attributes->getValueAndRemove($float);
67 if (!$attributes->hasComponentAttribute("spacing")){
68 $attributes->addComponentAttributeValue("spacing","ms-3");
73 $attributes->addClassName("float-{$floatValue}");
79 $attributes->addClassName("float-xs-none");
83 $attributes->addStyleDeclarationIfNotSet("position", "relative!important");
84 $attributes->addStyleDeclarationIfNotSet("z-index", 1);