1.0.4 • Published 6 years ago

@navelpluisje/pcb-components v1.0.4

Weekly downloads
1
License
ISC
Repository
bitbucket
Last release
6 years ago

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.

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago