Socket
Book a DemoInstallSign in
Socket

@gojek/theme-asphalt-web-vela

Package Overview
Dependencies
Maintainers
5
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gojek/theme-asphalt-web-vela

Asphalt Web Vela theme

latest
npmnpm
Version
1.3.0
Version published
Weekly downloads
33
3.13%
Maintainers
5
Weekly downloads
 
Created
Source

Asphalt Web Vela theme

Asphalt Web Vela theme

Installation

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

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

Basic usage with <ThemeProvider>

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

export const App = () => {
  return (
    <ThemeProvider theme={vela}>
      <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