Socket
Socket
Sign inDemoInstall

@lion/input

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/input - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

9

CHANGELOG.md
# Change Log
## 0.12.1
### Patch Changes
- Updated dependencies [13f808af]
- Updated dependencies [aa478174]
- Updated dependencies [a809d7b5]
- @lion/form-core@0.10.0
## 0.12.0

@@ -4,0 +13,0 @@

6

docs/overview.md
# Inputs >> Input >> Overview ||10
`lion-input` component is a webcomponent that enhances the functionality of the native `<input>` element.
```js script

@@ -10,2 +8,4 @@ import { html } from '@lion/core';

A web component that enhances the functionality of the native `<input>` element.
```js preview-story

@@ -27,3 +27,3 @@ export const main = () => html`<lion-input label="First Name"></lion-input>`;

- Delegates attributes like `type`, `disabled`, `placeholder` and `read-only` to the native input.
- Can make us of [validation](https://github.com/ing-bank/lion/blob/6f2b6f940a0875091f1d940f45f0cd32dffce9ac/docs/docs/systems/form/validate.md)
- Can make us of [validation](https://github.com/ing-bank/lion/blob/80e1f79e0b9f3e9a6607c5b6c797aee575401603/docs/docs/systems/form/validate.md)

@@ -30,0 +30,0 @@ ## Installation

{
"name": "@lion/input",
"version": "0.12.0",
"version": "0.12.1",
"description": "It enhances the functionality of the native `<input>` element",

@@ -39,3 +39,3 @@ "license": "MIT",

"dependencies": {
"@lion/form-core": "0.9.0"
"@lion/form-core": "0.10.0"
},

@@ -42,0 +42,0 @@ "keywords": [

# Inputs >> Input >> Overview ||10
`lion-input` component is a webcomponent that enhances the functionality of the native `<input>` element.
```js script

@@ -10,2 +8,4 @@ import { html } from '@lion/core';

A web component that enhances the functionality of the native `<input>` element.
```js preview-story

@@ -27,3 +27,3 @@ export const main = () => html`<lion-input label="First Name"></lion-input>`;

- Delegates attributes like `type`, `disabled`, `placeholder` and `read-only` to the native input.
- Can make us of [validation](https://github.com/ing-bank/lion/blob/6f2b6f940a0875091f1d940f45f0cd32dffce9ac/docs/docs/systems/form/validate.md)
- Can make us of [validation](https://github.com/ing-bank/lion/blob/80e1f79e0b9f3e9a6607c5b6c797aee575401603/docs/docs/systems/form/validate.md)

@@ -30,0 +30,0 @@ ## Installation

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