duiker101 / poekit-rack

A simple library to render Path of Exile items like on the official forums

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PoEKit: Rack

Rack is a Vue 2 component that tries to mimic the way items are displayed both in-game and on the website.

Installation

$ npm install --save poekit-rack

Usage

import {RackItem, RackItemIcon, RackItemDetails} from 'poekit-rack'

Vue.component('rack-item', RackItem);
Vue.component('rack-item-details', RackItemDetails);
Vue.component('rack-item-icon', RackItemIcon);

Example

https://duiker101.github.io/poekit-rack/

Contributing

There's probably a lot of things left to do, feel free to help however you feel!

About

A simple library to render Path of Exile items like on the official forums

License:MIT License


Languages

Language:Vue 86.5%Language:JavaScript 13.5%