| Attrition: | 87 |{data.lossNumber} pcs | 88 |
| Minimal order quantity: | 94 |{data.leastNumber} pcs | 95 |
| Price for {this.props.quantity} pcs: | 100 |{Math.round((this.price() + Number.EPSILON) * 1000) / 1000} USD | 101 |
| 118 | {label} 119 | | 120 | }) 121 | }
|---|
| 145 | { cell.displayGetter(row) } 146 | | 147 | }) 148 | } 149 |
Loading more components...
156 | ) 157 | } 158 |31 | Parametric search for components offered by JLC PCB SMD assembly service. 32 |
33 |34 | Read more at project's GitHub page. 35 |
36 || 45 | GitHub Sponsors: 46 | | 47 |48 | 49 | | 50 |
| 53 | Ko-Fi: 54 | | 55 |
56 |
57 | |
60 |
92 | Hey, it seems that you run the application for the first time, hence, 93 | there's no component library in your device. Just press the "Update 94 | the component library button" in the upper right corner to download it 95 | and use the app. 96 |
97 |98 | Note that the initial download of the component library might take a while. 99 |
100 |124 | Hey, there have been some breaking changes to the library format. 125 | Please, update the library before continuing to use the tool. 126 |
127 |There is an update of the component library available.
166 | 170 |The component database is up to-date {this.state.lastUpdate ? `(${this.state.lastUpdate})` : ""}.
175 || Operation/category | 218 |Progress | 219 |
404 not found
; 250 | } 251 | 252 | class App extends React.Component { 253 | constructor(props) { 254 | super(props); 255 | this.state = { 256 | updating: false 257 | }; 258 | } 259 | 260 | onUpdateFinish = () => { 261 | this.setState({updating: false}); 262 | } 263 | 264 | triggerUpdate = () => { 265 | this.setState({updating: true}); 266 | } 267 | 268 | render() { 269 | if (this.state.updating) { 270 | returnComponents matching query: {filteredComponents.length}
509 || Property | 564 |Value | 565 |
| Category | 570 |{category.category}: {category.subcategory} | 571 |
| {pName} | 577 |{formatAttribute(comp.attributes[pName])} | 578 |
| Quantity | 590 |Unit Price | 591 |
| { 597 | pricePoint.qTo 598 | ? `${pricePoint.qFrom}-${pricePoint.qTo}` 599 | : `${pricePoint.qFrom}+` 600 | } | 601 |{pricePoint.price} USD | 602 |
936 | There are no properties to select from. Select category or adjust the full-text search to include some components. 937 |
938 | : this.props.properties.map(item => { 939 | return