Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@microsoft/atlas-js

Package Overview
Dependencies
Maintainers
0
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@microsoft/atlas-js

Scripts backing the Atlas Design System used by Microsoft's Developer Relations.

  • 1.14.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

Atlas JS

Welcome to TypeScript/JavaScript code backing the Atlas Design system. While Atlas endeavors to find CSS-only strategies for creating modern UI patterns, there are times when writing behavior code is necessary. These cases tend to fall into a one of several categories.

  • A component's markup / attributes require changing upon interaction for compatibility with screen readers or other assistive technology.
  • A particular pattern is a good candidate for a re-usable web component. That is, its behavior is relatively straightforward and lightweight.

Installing this package

Install the @microsoft/atlas-js package in your project's dependencies.

npm i @microsoft/atlas-js;

Accesssing its Typescript through the src folder

Include the index file directly to add behaviors to your scripts.

import '@microsoft/atlas-js/src/index';

Accessing the built JS through the dist folder

import '@microsoft/atlas-js/dist/index';

Or include a script tag to pull the built JavaScript from UNPKG.

<script src="https://unpkg.com/@microsoft/atlas-js@0.0.1/dist/index.js" type="module" defer>

Keywords

FAQs

Package last updated on 25 Oct 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc