1.14.0 • Published 8 months ago

@microsoft/atlas-js v1.14.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

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>
1.14.0

8 months ago

1.13.1

8 months ago

1.13.0

8 months ago

1.12.1

8 months ago

1.12.0

9 months ago

1.11.0

11 months ago

1.10.1

1 year ago

1.9.1

1 year ago

1.9.0

1 year ago

1.8.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.5

2 years ago

1.5.4

3 years ago

1.5.3

3 years ago

1.5.2

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.0.1

3 years ago