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

@atomicjolt/atomic-elements

Package Overview
Dependencies
Maintainers
4
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atomicjolt/atomic-elements

Atomic Elements is a React component library

latest
npmnpm
Version
3.7.0
Version published
Weekly downloads
159
54.37%
Maintainers
4
Weekly downloads
 
Created
Source

Atomic Elements

Atomic Elements is a React component library

Storybook

Atomic Element uses storybook for development / documentation. Access here

To run the Atomic Elements storybook itself

$ yarn storybook:dev

To spin up a React playground to test components

$ yarn playground

Quickstart

$ npm install --save @atomicjolt/atomic-elements
$ yarn add @atomicjolt/atomic-elements

Include the following in your project

import { ElementsProvider } from "@atomicjolt/atomic-elements";

const App = () => (
  <ElementsProvider>
    <YourApp />
  </ElementsProvider>
);

Then, start using components

import React from "react";
import { Button } from "@atomicjolt/atomic-elements";

export default function ExampleComponent() {
  return <Button>Click Me!</Button>;
}

FAQs

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