0.0.17 • Published 6 years ago

@dhl-parcel/dhl-quote-selector v0.0.17

Weekly downloads
4
License
UNLICENSED
Repository
-
Last release
6 years ago

dhl-quote-selector

DHL Quote Selector

NPM JavaScript Style Guide

Impression

npm.io

Install

npm install --save dhl-quote-selector

Development environment

  • npm start Starts demo environment for local development
  • npm build Creates a distribution. We use rollup.
  • npm watch Continuously creates a distribution. Awesome in combination with npm link
  • npm publish --access public Publishes to npmjs

Usage

import React, { Component } from 'react'
import ParcelQuoteSelector from 'dhl-quote-selector';

class App extends React.Component {
  state = {
    selected: '',
  }

  render() {
    return (
      <div>
        <ParcelQuoteSelector 
          fromCountry="NL" 
          toCountry="NL" 
          tr={i => translations[i.toLowerCase()]} />
      </div>);
  }
}

License

UNLICENSED © DHL

0.0.17

6 years ago

0.0.16

6 years ago

0.0.15

6 years ago

0.0.14

6 years ago

0.0.13

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago

0.0.10

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago