Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lightningjs/ui

Package Overview
Dependencies
Maintainers
5
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/ui - npm Package Compare versions

Comparing version 1.0.10 to 1.1.0

docs/Keyboard/index.md

7

index.js

@@ -20,4 +20,7 @@ /*

export {default as List} from './src/List.js';
export {default as Carousel} from './src/Carousel.js';
export {default as Grid} from './src/Grid.js';
export {default as Grid} from './src/Grid.js';
export {default as InputField} from './src/InputField.js';
export {default as Key} from './src/Key.js';
export {default as Keyboard} from './src/Keyboard.js';
export {default as List} from './src/List.js';
{
"name": "@lightningjs/ui",
"version": "1.0.10",
"version": "1.1.0",
"description": "Standard UI components for Lightning",

@@ -5,0 +5,0 @@ "scripts": {

@@ -9,4 +9,12 @@ # Lightning-UI

* [Grid](docs/CollectionWrapper/Grid.md)
* [Keyboard](docs/Keyboard/index.md)
* [Key](docs/Keyboard/Key.md)
* [InputField](docs/Keyboard/InputField.md)
# Install
```bash
npm i @lightningjs/ui
```
# Examples

@@ -13,0 +21,0 @@ In the following repository you can find code examples on how to use the components

@@ -21,3 +21,5 @@ /*

export {default as CollectionWrapper} from './CollectionWrapper.js';
export {default as Cursor} from './Cursor.js';
export {default as ItemWrapper} from './ItemWrapper.js';
export {default as KeyWrapper} from './KeyWrapper.js';

@@ -24,0 +26,0 @@ export const limitWithinRange = (num, min, max) => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc