4.5.5 • Published 10 months ago

@glassesusa/dsm v4.5.5

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months 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.5.4

10 months ago

4.5.3

10 months ago

4.5.5

10 months ago

4.5.0

10 months ago

4.5.2

10 months ago

4.5.1

10 months ago

4.3.17

1 year ago

4.3.16

1 year ago

4.3.15

1 year ago

4.3.14

1 year ago

4.3.13

1 year ago

4.3.12

1 year ago

4.3.11

1 year ago

4.3.9

2 years ago

4.3.10

2 years ago

4.3.8

2 years ago

4.3.6

3 years ago

4.3.5

3 years ago

4.3.7

3 years ago

4.3.4

3 years ago

4.3.3

3 years ago

4.2.3

3 years ago

4.2.2

3 years ago

4.2.5

3 years ago

4.2.4

3 years ago

4.2.1

3 years ago

2.3.2

3 years ago

2.3.1

3 years ago

2.3.3

3 years ago

4.3.2

3 years ago

4.3.1

3 years ago

4.3.0

3 years ago

2.2.1

3 years ago

2.2.0

3 years ago

2.2.2

3 years ago

2.1.2

3 years ago

2.1.1

3 years ago

2.1.4

3 years ago

2.1.3

3 years ago

2.1.5

3 years ago

2.1.0

3 years ago

2.0.27

3 years ago

2.0.26

3 years ago

2.0.24

3 years ago

2.0.25

3 years ago

2.0.22

3 years ago

2.0.23

3 years ago

2.0.20

3 years ago

2.0.21

3 years ago

2.0.15

4 years ago

2.0.16

4 years ago

2.0.13

4 years ago

2.0.14

4 years ago

2.0.11

4 years ago

2.0.12

4 years ago

2.0.19

3 years ago

2.0.17

4 years ago

2.0.18

3 years ago

2.0.3

4 years ago

2.0.5

4 years ago

2.0.4

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

2.0.9

4 years ago

2.0.10

4 years ago

2.0.8

4 years ago

1.2.0

4 years ago

1.2.1

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago