@navelpluisje/pcb-components
v1.0.4
Published
A library with native components. They are all pcb components, like a dip-switch, resitor etc.
Downloads
12
Maintainers
Readme
PCB Components
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.