Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

apeman-react-links

apeman react package for link list component.

React, apeman, links

readme

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

Name Type Default Description
style object |

Props

Name Type Default Description
links object func {}
plain bool false |
righted bool false

License

This software is released under the MIT License.