0.5.0 • Published 9 years ago

color-panel v0.5.0

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

��## Synopsis

A React Component for a color panel. The color panel accepts a parameter of height and width. It then evenly distributes those colors in a column fashion.

alt text

Code Example

Download from NPM npm install color-panel --save

Then include the component into your react like so:

'use strict';

import React from 'react';
import ReactDOM from 'react-dom';
import ColorPanel from 'component/index.jsx';

ReactDOM.render(
    <ColorPanel colors={['#000', '#333', '#666', '#999', '#ccc', '#fff']} width="15em" height="1.5em" />,
    document.getElementById('entry')
);

Get Started

Download from NPM npm install color-panel --save

License

MIT

0.5.0

9 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago