Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

@gojek/theme-asphalt-web-aloha

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gojek/theme-asphalt-web-aloha

Asphalt Web Aloha theme

latest
npmnpm
Version
0.9.0
Version published
Maintainers
5
Created
Source

Asphalt Web Aloha theme

Asphalt Web Aloha theme. This theme gives the look and feel of Aloha theme. Uses #00880d as the brand color.

Installation

// npm
$ npm install @gojek/theme-asphalt-web-aloha

// yarn
$ yarn add @gojek/theme-asphalt-web-aloha

Basic usage with <ThemeProvider>

import ThemeProvider from "@asphalt-react/theme-provider";
import { aloha } from "@gojek/theme-asphalt-web-aloha";
import { Button } from "@asphalt-react/button";

export const App = () => {
  return (
    <ThemeProvider theme={aloha}>
      <h2>Themed App</h2>
      <Button>Hello</Button>
    </ThemeProvider>
  );
};

Keywords

asphalt

FAQs

Package last updated on 26 Nov 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