Giter Site home page Giter Site logo

jonathanstoye / styles Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lightelligence-io/styles

0.0 1.0 0.0 5.69 MB

The CSS implementation of the lightelligence design-system

Home Page: https://lightelligence-io.github.io/styles

License: MIT License

JavaScript 9.73% CSS 89.11% Shell 1.16%

styles's Introduction

logo

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

styles's People

Contributors

jkettmann avatar frabbit avatar drinchev avatar blumendorf avatar jonathanstoye avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.