Skip to content

xeroxinteractive/fractal-theme

 
 

Repository files navigation

@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

Packages

No packages published

Languages

  • JavaScript 54.9%
  • CSS 44.4%
  • HTML 0.7%