1.0.0 • Published 10 months ago

iran-vehicle-plate v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

User Note

This component provide ability to show iran license plate. for now, it only supports basic template. and it is provided new feature called shadow-root, and intended to be used on pages without use of any framework and be used with pure or any supporting application.

The initial HTML/CSS template of iranian license plate were created by Mehdi Hadjar and can be found in https://codepen.io/mhdhadjar/pen/YzXOaNL

Now it is enhanced and turned into a component by Hassan Faghihi.

Usage:

<link href="/path/to/iran-vehicle-plate.css" />
<iran-vehicle-plate
    left-part="dataLeftPart"
    alphabet-part="dataAlphabetPart"
    right-part="dataRightPart"
    code-part="dataCodePart"
    ></iran-vehicle-plate>
<script src="/path/to/iran-vehicle-plate.js"></script>

Notes To Me

Auto versioning with postversion script and publish

npm version patch
npm publish