You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@telazer/game-ui-kit

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@telazer/game-ui-kit

A helper library for Game UI Kit

1.0.14
latest
Source
npmnpm
Version published
Weekly downloads
14
-56.25%
Maintainers
2
Weekly downloads
 
Created
Source

Telazer - Game UI Kit

For more helpers and utilities, check out Telazer NPM Page

A UI Kit for Games

  • Customizable
  • Flexible
  • Responsive

Installation

npm install @telazer/game-ui-kit

Getting Started

Import GameUIKit into your TS app.

Key Features

  • Customization
  • Button
  • Modal
  • NineSlice

Usage

Initialization (If customization needed)

import GameUIKit from "@telazer/game-ui-kit";

GameUIKit.update({
  availableColors: {
    // You can modify existing colors in the palette.
    blue: {
      default: "#ff4757",
      light: "#ff6b81",
      lighter: "#ff8b99",
      dark: "#ee3939",
      darker: "#cc2929",
    },
    // Or you can add new colors
    custom: {
      lighter: #ff8a8a,
      light: #ffb3b3,
      default: #fe6262,
      dark: #e05252,
      darker: #c14242,
    },
  },
  availableSizes: {
    // You can modify existing size in the default list.
    default: "3vmin",
    // Or you can add new size
    customSmall: "15px", // it is not recommended to use absolute units.
    customLarge: "15vmin",
  },
  outlineWidth: "0.5vmin",
  childOutlineWidth: "0.25vmin",
});

Components

Docs -> https://telazer.itch.io/game-ui-kit-docs

License

MIT License

Copyright (c) 2025 Telazer LLC.

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THESOFTWARE.

Keywords

game-ui

FAQs

Package last updated on 16 Jun 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts