How to use the themer.js/package.json.version function in themer

To help you get started, we’ve selected a few themer 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 krestaino / themer.js / demo / src / components / Header / index.js View on Github external
render() {
    return (
      <header id="header">
        <div>
          <h1>
            Themer.js <span>v{PACKAGE.version}</span>
          </h1>
          <div>
            <span>
              {this.props.icon}
            </span>
            <a href="https://github.com/krestaino/themer.js">
              github.com/krestaino/themer.js
            </a>
          </div>
        </div>
        <div>{this.props.children}</div>
      </header>
    );
  }
}

themer

Customizable theme generator for editors, terminals, wallpaper, and more.

MIT
Latest version published 5 months ago

Package Health Score

70 / 100
Full package analysis