4.16.1 • Published 6 months ago

presentation-css v4.16.1

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
6 months ago

next-presentation-css

Augmented.js Presentation SASS/CSS Module

What this is

Augmented.js Presentation CSS is a custom implementation of Google's Material Design. See Material Design. The difference from other libraries is the idea it could be used everywhere regardless of framework. Also, the animations are pure css vs javascript, so some things will not be 100% but more performant with less footprint.

Versions

Presentation CSS comes in versions 2+.

  • 1.x.x is built-in to Augmented.js Presentation as an included CSS (Not for use with Augmented Next)
  • 2.x.x is for older CSS design systems (Material 1.x)
    • Use with older Augmented Next apps
  • 3.x.x is fully SASS-based (Material 1.x) and for newer apps with a SASS build system
    • Does include a compiled CSS for non-SASS apps
  • 4.x.x is fully SASS-based (Material 2.x) and for newer apps with a SASS build system
    • Does include a compiled CSS for non-SASS apps
    • Includes a Dark Mode Theme under /src/dark

Install

Install using NPM

npm install presentation-css

Specific version install

npm install presentation-css@2

Usage

Use source sass

For use in a project, import directly.

import sass from "presentation-css";

or

import "presentation-css";

Use compiled css

import css from "./node_modules/presentation-css/src/material-generic.css";

or

import "./node_modules/presentation-css/src/material-generic.css";

Dark Mode

import dark from "./node_modules/presentation-css/src/dark/darkmode.scss";

or

import "./node_modules/presentation-css/src/dark/darkmode.scss";

The Design System

The full design system is hosted on the homepage at http://www.augmentedjs.com/design-system/index.html

4.16.0

6 months ago

4.16.1

6 months ago

4.15.2

3 years ago

4.15.1

4 years ago

4.15.0

4 years ago

4.14.0

4 years ago

4.13.2

4 years ago

4.13.0

4 years ago

4.13.1

4 years ago

4.12.0

4 years ago

4.11.3

4 years ago

4.11.0

4 years ago

4.11.1

4 years ago

4.11.2

4 years ago

4.10.1

4 years ago

4.10.0

4 years ago

4.9.0

4 years ago

4.9.1

4 years ago

4.8.0

4 years ago

4.7.3

4 years ago

4.7.2

4 years ago

4.7.1

4 years ago

4.7.0

4 years ago

4.6.1

4 years ago

4.6.0

4 years ago

4.5.0

4 years ago

4.5.1

4 years ago

4.4.4

4 years ago

4.4.3

4 years ago

4.4.2

4 years ago

4.4.1

4 years ago

4.4.0

4 years ago

4.3.3

4 years ago

4.3.2

4 years ago

4.3.1

4 years ago

4.3.0

4 years ago

4.2.0

4 years ago

4.1.0

4 years ago

4.0.1

4 years ago

4.0.0

4 years ago

3.3.2

4 years ago

3.3.1

4 years ago

3.3.0

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.11

5 years ago

3.1.10

5 years ago

3.1.9

5 years ago

3.1.8

5 years ago

3.1.7

5 years ago

3.1.6

5 years ago

3.1.5

5 years ago

3.1.4

5 years ago

3.1.3

5 years ago

3.1.1

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.2.0

5 years ago

2.1.1

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago