We will be sunsetting Advisor during Jan, 2026 and will instead be providing information in Snyk Security DB.

You can begin to take advantage of Snyk Security DB today for a unified, package-centric experience.

How to use the @jenkins-cd/design-language.fetch function in @jenkins-cd/design-language

To help you get started, we’ve selected a few @jenkins-cd/design-language examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jenkinsci / blueocean-plugin / blueocean-dashboard / src / main / js / components / LogToolbar.jsx View on Github external
}}
                >
                    
                
            
        );
    }
}

LogToolbar.propTypes = {
    data: string,
    fileName: string,
    url: string.isRequired,
};

export default fetch(LogToolbar, ({ url }, config) => {
    rawUrl = config.getAppURLBase() + url;
    return rawUrl;
}, false) ;

@jenkins-cd/design-language

Styles, assets, and React classes for Jenkins Design Language

MIT
Latest version published 7 years ago

Package Health Score

63 / 100
Full package analysis

Similar packages