New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

@jobber/components

Package Overview
Dependencies
Maintainers
13
Versions
2386
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jobber/components

Atlantis is a component library designed and maintained by [Jobber](https://getjobber.com).

latest
npmnpm
Version
6.119.0
Version published
Weekly downloads
20K
-23.66%
Maintainers
13
Weekly downloads
 
Created
Source

🔱 Jobber Atlantis Components

Atlantis is a component library designed and maintained by Jobber.

This package contains the base set of React components for Atlantis.

Installation

To install this package into your project with npm run:

npm install @jobber/components

Usage

Import and render an Atlantis component:

import React from "react";
import { Switch } from "@jobber/components/Switch";

export default function MyComponent() {
  return <Switch />;
}

Further Reading

More information on Atlantis can be found at https://atlantis.getjobber.com.

FAQs

Package last updated on 09 Apr 2026

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