All Projects → ng-lightning → Ng Lightning

ng-lightning / Ng Lightning

Licence: mit
Native Angular components & directives for Lightning Design System

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Ng Lightning

bitflyer4j
Java wrapper library for bitFlyer Lightning API.
Stars: ✭ 23 (-97.34%)
Mutual labels:  lightning
Lightning Charge
A simple drop-in solution for accepting lightning payments
Stars: ✭ 457 (-47.23%)
Mutual labels:  lightning
Eclair
A scala implementation of the Lightning Network.
Stars: ✭ 892 (+3%)
Mutual labels:  lightning
Polar
One-click Bitcoin Lightning networks for local app development & testing
Stars: ✭ 265 (-69.4%)
Mutual labels:  lightning
Urweatherview
Show the weather effects onto view written in Swift4.2
Stars: ✭ 439 (-49.31%)
Mutual labels:  lightning
Umbrel
A personal Bitcoin and Lightning node designed for everyone
Stars: ✭ 508 (-41.34%)
Mutual labels:  lightning
nanopos
A simple Lightning ⚡ point-of-sale system, powered by Lightning Charge
Stars: ✭ 95 (-89.03%)
Mutual labels:  lightning
Pytorch Forecasting
Time series forecasting with PyTorch
Stars: ✭ 849 (-1.96%)
Mutual labels:  lightning
Thunder
Off-Chain Bitcoin payments using smart contracts
Stars: ✭ 444 (-48.73%)
Mutual labels:  lightning
Design System React
Salesforce Lightning Design System for React
Stars: ✭ 676 (-21.94%)
Mutual labels:  lightning
Base Components Recipes
A collection of base component recipes for Lightning Web Components on Salesforce Platform
Stars: ✭ 293 (-66.17%)
Mutual labels:  lightning
Lightning
A Swift Multiplatform Single-threaded Non-blocking Web and Networking Framework
Stars: ✭ 312 (-63.97%)
Mutual labels:  lightning
Lnd
Lightning Network Daemon ⚡️
Stars: ✭ 5,623 (+549.31%)
Mutual labels:  lightning
sweetbit
🔌 Sweet daemon for pairing and control of the Bitcoin-enabled candy dispenser
Stars: ✭ 48 (-94.46%)
Mutual labels:  lightning
Lightning Data Grid
A data grid for Lightning Component Framework
Stars: ✭ 24 (-97.23%)
Mutual labels:  lightning
lightning-xchain-atomic-swap
Lightning Cross Chain Atomic Swap
Stars: ✭ 16 (-98.15%)
Mutual labels:  lightning
Electrum
Electrum Bitcoin Wallet
Stars: ✭ 5,353 (+518.13%)
Mutual labels:  lightning
Lightninglib
lightninglib is a fork of lnd which aims to be usable as a go library inside any application, including mobile apps.
Stars: ✭ 11 (-98.73%)
Mutual labels:  lightning
Raspibolt
Bitcoin & Lightning full node on a Raspberry Pi
Stars: ✭ 842 (-2.77%)
Mutual labels:  lightning
Salesforcedx Vscode
Salesforce Extensions for VS Code
Stars: ✭ 653 (-24.6%)
Mutual labels:  lightning

ng-lightning

Build Status Sauce Test Status npm version npm

This library contains native Angular components and directives written from scratch in TypeScript using the Lightning Design System CSS framework.

We are looking for community help to find and fix bugs, improve demo site and create new components.

Installation

Install through npm:

npm install --save ng-lightning

Dependencies

This library depends on Salesforce's LDS markup and CSS (tested with 2.9). We don't ship any CSS file, but you have to take care of including LDS CSS rules in your page. There are various ways to achieve this, for example compiling through their source files (@salesforce-ux/design-system) or by adding this into your <head>:

<link rel="stylesheet" href="https://unpkg.com/@salesforce-ux/design-system/assets/styles/salesforce-lightning-design-system.min.css">

SVG Icons

Because of various cross-domain issues, if you want to use SLDS icons, you must provide a copy of the various sprite files (ie @salesforce-ux/design-system/assets/icons/action-sprite/svg/symbols.svg), served locally through your server.

IE11 support

Unfortunately, IE11 does not support two important features.

  • SVG External Content, used to load SVG icons from a spritemap. In order to support this, you will need to use a small script called svg4everybody.
    Available on npm cdn here.

  • Element.classList on SVG elements, used by Angular's renderer.setElementClass. See here for more information. Use classList.js shim, available on npm cdn here.

Typically, these shims should be placed within the <head> element.

Usage & Demo

http://ng-lightning.github.io/ng-lightning/

Contributing

We are always looking for high quality contributions! Please check the CONTRIBUTING.md doc for guidelines.

Need help?

For questions on how to use ng-lightning or how to contribute, please post questions to Stack Overflow using the ng-lightning tag. If you find a bug in the source code or a mistake in the documentation, you can help us by submitting an issue to our GitHub Repository.

Companies using ng-lightning

Browsers

We support the same browsers and versions supported by both Angular and Salesforce's Lightning Design System.
Cross browser/environment testing is performed through Saucelabs.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].