0.1.4-0 • Published 7 years ago

z-ui-kit v0.1.4-0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

Hexagons

  ...
  render() {
    const list = [
    ]
    for(var i = 0; i < 16; i++) {
      list.push({ title: `item ${i}`, context: 'info here', img: logo }) // title and context are required, img optional
    }
    return (
      <div className="App">

        <Hexagon 
          list={list}
          defaultIcon={logo}
          onClick={this.handleClick}
          style={{
            backgroundColor: 'red',
            color: 'white'
          }}
        />
       
      </div>
    );
  }
  ...
0.1.4-0

7 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago