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

io.mateu.mdd.vaadin.components.app.BulmaComponent Maven / Gradle / Ivy

The newest version!
package io.mateu.mdd.vaadin.components.app;

import com.vaadin.ui.CustomLayout;

import java.io.IOException;

public class BulmaComponent extends CustomLayout {

    public BulmaComponent() throws IOException {
        super(BulmaComponent.class.getResourceAsStream("/html/index.html"));
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy