All Projects → smackgg → react-sku

smackgg / react-sku

Licence: other
react-sku,SKUs React

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Labels

Projects that are alternatives of or similar to react-sku

mws-product
A module for retrieving product information via Amazon MWS API
Stars: ✭ 40 (+185.71%)
Mutual labels:  sku
node-tf2-item-format
Fully typed battle-tested library that helps you format TF2 items to the community standards.
Stars: ✭ 17 (+21.43%)
Mutual labels:  sku
sku-algorithm
商品多规格选择-sku算法
Stars: ✭ 108 (+671.43%)
Mutual labels:  sku
GHAlibabaSpecificationSelectionDemo
iOS 仿阿里巴巴/电商规格选择器 电商通用规格选择器。Imitation Alibaba / e-commerce specification selector E-commerce ,universal specification selector。
Stars: ✭ 59 (+321.43%)
Mutual labels:  sku
vue-sku-form
基于 Vue & ElementUI 的电商 SKU 表单配置组件
Stars: ✭ 94 (+571.43%)
Mutual labels:  sku

react-sku

react-SKUs Here is demo

Demo & Examples

Clone this repo then run:

npm install
npm start

Then open localhost:8080 in a browser.

If you want to use this react-SKUs, your data should like these:

Attributes (商品属性)

[
  {
    "title": "Place of production",
    "childAttr": [{
      "title": "China",
      "id": 121
    }, {
      "title": "Korea",
      "id": 120
    }, {
      "title": "Indonesia",
      "id": 24
    }, {
      "title": "Japan",
      "id": 23
    }, {
      "title": "America",
      "id": 22
    }]
  },
  {
    "title": "Other",
    "childAttr": [{
      "title": "陈奕迅",
      "id": 20
    }, {
      "title": "陈冠希",
      "id": 19
    }]
  }
]

stocks (库存)

[
  {
    "attribute": [{
      "title": "Color",
      "childAttr": {
        "title": "White",
        "id": 11
      }
    }, {
      "title": "Size",
      "childAttr": {
        "title": "41",
        "id": 13
      }
    }, {
      "title": "Other",
      "childAttr": {
        "title": "陈奕迅",
        "id": 20
      }
    }, {
      "title": "Place of production",
      "childAttr": {
        "title": "America",
        "id": 22
      }
    }],
    "price": 0.01,
    "count": 21
  },
  {
    "attribute": [{
      "title": "Color",
      "childAttr": {
        "title": "Blue",
        "id": 9
      }
    }, {
      "title": "Size",
      "childAttr": {
        "title": "42",
        "id": 14
      }
    }, {
      "title": "Other",
      "childAttr": {
        "title": "陈奕迅",
        "id": 20
      }
    }, {
      "title": "Place of production",
      "childAttr": {
        "title": "America",
        "id": 22
      }
    }],
    "price": 0.01,
    "count": 11
  }
]


Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].