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

mds-input

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mds-input - npm Package Compare versions

Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2

2

package.json
{
"name": "mds-input",
"private": false,
"version": "0.0.1-alpha.1",
"version": "0.0.1-alpha.2",
"type": "module",

@@ -6,0 +6,0 @@ "main": "dist/mds-input.js",

@@ -1,3 +0,50 @@

# Test mds-input with Lit
# `mds-input` - Lit version
## Install
Install the component via `npm`
```
npm install mds-input
```
Or use `yarn`
```
yarn add mds-input
```
## Use in JavaScript
Import the component in your project
```html
<script type="module">
import 'mds-input';
</script>
```
His dependencies
```html
<script type="module">
import { defineCustomElements } from '@maggioli-design-system/mds-text/loader';
defineCustomElements();
</script>
```
`Maggioli Design System` style in the `head` tag
```html
<link rel="stylesheet" href="./node_modules/@maggioli-design-system/styles/dist/css/colors-rgb.css">
```
The use it in your HTML
```html
<mds-input type="text" placeholder="Write something"></mds-input>
```
---
Built with `lit` and `vite`
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