4.3.14 • Published 10 days ago

@glassesusa/dsm v4.3.14

Weekly downloads
-
License
ISC
Repository
github
Last release
10 days ago

GlassesUSA - Design System

This is an adapted version of the React DSM for static HTML sites.

Documentation

The full documentation for the system can be found at https://glassesusa.github.io/dsm-docs/

Installation

Using the package manager npm to install it.

npm install @glassesusa/dsm

or

yarn add @glassesusa/dsm

Using a CDN to install it.

 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/glassesUSA/dsm@latest/dist/styles.css">
 <script type="module" src="https://cdn.jsdelivr.net/gh/glassesUSA/dsm@latest/dist/dsm-effects.js"></script>

Usage

NPM

Styles

@import "@glassesusa/dsm/dist/styles.css";

Scripts

import { loadElements } from '@glassesusa/dsm/dist/dsm-effects'

Magento

Magento automatically deletes scripts so the script needs to be inserted using a script on page load.

 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/glassesUSA/dsm@latest/dist/styles.css">
 <script>
     var insertScript = document.createElement("script");
     insertScript.src =
         'https://cdn.jsdelivr.net/gh/glassesUSA/dsm@latest/dist/dsm-effects.js'
     insertScript.type = 'module'
     document.head.appendChild(insertScript)
 </script>

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT

4.3.14

10 days ago

4.3.13

19 days ago

4.3.12

23 days ago

4.3.11

23 days ago

4.3.9

5 months ago

4.3.10

5 months ago

4.3.8

12 months ago

4.3.6

1 year ago

4.3.5

2 years ago

4.3.7

1 year ago

4.3.4

2 years ago

4.3.3

2 years ago

4.2.3

2 years ago

4.2.2

2 years ago

4.2.5

2 years ago

4.2.4

2 years ago

4.2.1

2 years ago

2.3.2

2 years ago

2.3.1

2 years ago

2.3.3

2 years ago

4.3.2

2 years ago

4.3.1

2 years ago

4.3.0

2 years ago

2.2.1

2 years ago

2.2.0

2 years ago

2.2.2

2 years ago

2.1.2

2 years ago

2.1.1

2 years ago

2.1.4

2 years ago

2.1.3

2 years ago

2.1.5

2 years ago

2.1.0

2 years ago

2.0.27

2 years ago

2.0.26

2 years ago

2.0.24

2 years ago

2.0.25

2 years ago

2.0.22

2 years ago

2.0.23

2 years ago

2.0.20

2 years ago

2.0.21

2 years ago

2.0.15

2 years ago

2.0.16

2 years ago

2.0.13

2 years ago

2.0.14

2 years ago

2.0.11

2 years ago

2.0.12

2 years ago

2.0.19

2 years ago

2.0.17

2 years ago

2.0.18

2 years ago

2.0.3

2 years ago

2.0.5

2 years ago

2.0.4

2 years ago

2.0.7

2 years ago

2.0.6

2 years ago

2.0.9

2 years ago

2.0.10

2 years ago

2.0.8

2 years ago

1.2.0

2 years ago

1.2.1

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago