3.0.1 • Published 9 years ago

apeman-react-links v3.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

apeman-react-links

Build Status Code Climate Code Coverage npm Version JS Standard

apeman react package for link list component.

Installation

$ npm install apeman-react-links --save

Demo

Live demo is hosted on GitHub Pages.

Usage

'use strict'

import React from 'react'
import {ApLinks, ApLinksStyle} from 'apeman-react-links'

const ExampleComponent = React.createClass({
  render () {
    return (
      <div>
        <ApLinksStyle />
        <ApLinks links={
          { foo: 'http://example.com/foo', bar: 'http://example.com/bar' }
        }/>
      </div>
    )
  }
})

Components

ApLinksStyle

Props

NameTypeDefaultDescription
styleobject

ApLinks

Props

NameTypeDefaultDescription
linksobjectfunc{}
plainboolfalse
rightedboolfalse

License

This software is released under the MIT License.

Links

3.0.1

9 years ago

3.0.0

9 years ago

2.0.10

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago