1.3.1 • Published 4 years ago

@lightelligence/styles v1.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

Styles

Build Status npm (scoped)

The Lightelligence design system implementation in CSS

Installation

npm install @lightelligence/styles

Features

The Lightelligence Styles are a set of components that require no JavaScript in order to function properly, styled according to our design system.

Usage

Using the Lightelligence Styles is as easy as including the bundled css file in your front-end and then add the corresponding class names to your elements.

<html>
  <head>
    <title>My awesome Lightelligence App</title>
    <link
      href="node_modules/@lightelligence/styles/dist/index.css"
      rel="stylesheet"
    />
  </head>
  <body>
    <div class="olt-Frame">
      <button class="olt-Button">Hello World</button>
    </div>
  </body>
</html>

Check out the API reference to see the full documentation.

License

MIT

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

1.0.0-rc.6

4 years ago

1.0.0-rc.5

4 years ago

1.0.0-rc.4

4 years ago

1.0.0-rc.3

4 years ago

1.0.0-rc.2

4 years ago

1.0.0-rc.1

4 years ago

1.0.0-alpha.6

4 years ago

0.12.3

5 years ago

1.0.0-alpha.5

5 years ago

0.12.2

5 years ago

1.0.0-alpha.4

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago

0.12.1

5 years ago

0.12.0

5 years ago

0.11.0

5 years ago

0.10.0

5 years ago

0.9.0

5 years ago

0.8.1

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.4

5 years ago

0.5.3

5 years ago

0.5.2

5 years ago

0.5.1

5 years ago

0.5.0

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago