@lightningjs/ui
Advanced tools
Comparing version 1.0.10 to 1.1.0
@@ -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) => { |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
127315
21
1876
22