New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

mici

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mici

Lightweight web components using the mini.css styles.

latest
Source
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Mini Web Components

NPM version Build Status Dependency Status devDependency Status

Lightweight web components using the mini.css styles. The same look & feel for your embedded widgets on any page for almost no price. Workhorse for functional web applications, not for fancy web pages. See the on-line documentation.

  • Small size - 20 kB minified, 4.96 kB gzipped.
  • Written in TypeScript using bacom.
  • Fast build and tests powered by esburu and tehanu.
  • SSR and tests in Node.js supported by @prantlf/dom-lite.

Synopsis

<mici-button>Test</mici-button>

<script type=module src=https://unpkg.com/mici@0.0.1/dist/index.min.js></script>

Installation

You can install this package using your favourite Node.js package manager:

npm i -D mici
yarn add -D mici
pnpm i -D mici

If you do not want to bundle this package in your build output, you can load it separately on your web page before your script bundle:

<script type=module src=https://unpkg.com/mici@0.0.1/dist/index.min.js></script>
<script type=module src=yours/index.js></script>
<script type=module>
  import 'https://unpkg.com/mici@0.0.1/dist/index.min.js'
  import 'yours/index.js'
</script>

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Lint and test your code using npm test.

License

Copyright (c) 2021 Ferdinand Prantl

Licensed under the MIT license.

Logo made by Flat Icons from Flaticon.

Keywords

web-components

FAQs

Package last updated on 24 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts