3.0.2 • Published 4 years ago

ember-palette v3.0.2

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

ember-palette

Simple palette component for choosing a predefined color

NPM Build Status Ember Observer Score

Compatibility

  • Ember.js v3.12 or above
  • Ember CLI v2.13 or above
  • Node.js v10 or above

Installation

ember install ember-palette

Usage

<ColorPalette
  @selected={{this.color}}
  @onselect={{fn (mut this.color)}}
/>

API

  • selected - CSS color string, hex is using default colors e.g. '#333333'.
  • onselect - Action that receives the selected color string.
  • colors - Array of color strings, overrides the default hex strings array.

Contributing

See the Contributing guide for details.

Attribution

Default colors taken from materialpalette.com.

3.0.2

4 years ago

3.0.1

5 years ago

3.0.0

5 years ago

2.0.2

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.6

9 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago