@microsoft/atlas-js
TypeScript icon, indicating that this package has built-in type declarations

1.14.0 • Public • Published

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>

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.14.02latest

Version History

VersionDownloads (Last 7 Days)Published
1.14.02
1.13.10
1.13.01
1.12.11
1.12.01
1.11.01
1.10.10
1.9.10
1.9.00
1.8.00
1.7.11
1.7.00
1.6.00
1.5.50
1.5.40
1.5.30
1.5.20
1.5.10
1.5.00
1.4.00
1.3.00
1.2.00
1.1.10
1.1.00
1.0.20
1.0.10
0.0.10

Package Sidebar

Install

npm i @microsoft/atlas-js

Weekly Downloads

7

Version

1.14.0

License

MIT

Unpacked Size

117 kB

Total Files

42

Last publish

Collaborators

  • microsoft1es
  • chschulz
  • wibjorn