Skip to content

Latest commit

 

History

History
55 lines (40 loc) · 1.97 KB

File metadata and controls

55 lines (40 loc) · 1.97 KB

@xerox/fractal-theme

A web UI theme for Fractal built by Xerox. Based on the default mandelbrot theme.

circleci status npm package license MIT commit style angular semantic-release Dependabot Status

Installation

yarn add @xerox/fractal-theme --dev
# or
npm install @xerox/fractal-theme --save-dev

Usage

See Configuring themes.

// fractal.js
const xeroxTheme = require('@xerox/fractal-theme');

const myCustomisedTheme = xeroxTheme({
    panels: ['html', 'info', 'resources']
});

fractal.web.theme(myCustomisedTheme);

LICENSE | CHANGELOG | ISSUES