All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ikasan.dashboard.ui.general.component.Divider Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
package org.ikasan.dashboard.ui.general.component;

import com.vaadin.flow.component.html.Span;

public class Divider extends Span
{

    public Divider() {
        getStyle().set("background-color", "rgba(241, 90, 35, 0.5)");
        getStyle().set("flex", "0 0 2px");
        getStyle().set("align-self", "stretch");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy