Socket
Book a DemoInstallSign in
Socket

@gojek/theme-asphalt-web-lynx

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gojek/theme-asphalt-web-lynx

Asphalt web theme lynx

latest
npmnpm
Version
0.6.0
Version published
Weekly downloads
60
445.45%
Maintainers
5
Weekly downloads
 
Created
Source

Asphalt Web Lynx theme

Asphalt Web Lynx theme. This theme gives the look and feel of Lynx theme. Uses #00880d as the brand color and contains gradient color for interactive surface tokens.

Installation

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

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

Basic usage with <ThemeProvider>

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

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

Keywords

asphalt

FAQs

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