@navelpluisje/pcb-components

1.0.4 • Public • Published

PCB Components

npm (scoped) npm (scoped) npm (scoped) npm (scoped) npm (scoped)

About

This is a small library with PCB related components. They all act like input fields. All components were writen as native web components and then bundled with webpack.

Usage

install

  npm i -S @navelpluisje/pcb-components

ES6 import

Javascript

import { resistor } from '@navelpluisje/pcb-components/src';

resistor();

HTML

<np-resistor value="47k"></np-resistor>

Electron application

Javascript

const { resistor } = require('@navelpluisje/pcb-components/dist/umd');

resistor();

HTML

<np-resistor value="47k"></np-resistor>

Check the documentation

Issues

If you found a bug, room for improvement or whatever, you can create an issue here.

Please check first if your issue already hes been reported.

Requests

If you have any idea for more usefull component (needs to be in pcb style) you can create an issue with a request.

/@navelpluisje/pcb-components/

    Package Sidebar

    Install

    npm i @navelpluisje/pcb-components

    Weekly Downloads

    8

    Version

    1.0.4

    License

    ISC

    Unpacked Size

    265 kB

    Total Files

    49

    Last publish

    Collaborators

    • navelpluisje