https://github.com/letsfullstack/angular-colorpicker
Color picker component for Angular 1.3+.
https://github.com/letsfullstack/angular-colorpicker
angular angular-directive color-picker
Last synced: 5 months ago
JSON representation
Color picker component for Angular 1.3+.
- Host: GitHub
- URL: https://github.com/letsfullstack/angular-colorpicker
- Owner: letsfullstack
- License: mit
- Created: 2020-05-30T13:25:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-15T20:40:22.000Z (over 5 years ago)
- Last Synced: 2025-08-01T16:06:03.758Z (6 months ago)
- Topics: angular, angular-directive, color-picker
- Language: HTML
- Homepage: https://vedmack.github.io/angular-colorpicker/
- Size: 8.79 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Component Color Picker for AngularJS 1.3.0
Original Author: Daniel Reznick - vedmack@gmail.com
Updated Author: Let's Go - contato@letscomunica.com.br
## Installation
Install in you angular project:
```bash
$ npm install @letsfullstack/angular-colorpicker-component
```
## Fork History
### v0.0.1
+ added quantity color options to be displayed.
## Description
The color picker for AngularJS - Native / Simple / Cool. No other dependencies are needed at all.
## Features
- Can extend simple input
- Can replace a div (or any other container) with an inline color picker
- Can replace any HTML element with a cool tiny trigger
- Can color the extended input
## Examples
```html
```
## Usage
```javascript
angular.module('colorPickerApp', ['colorpicker-dr'])
.controller('ColorPickerCtrl', ['$scope', function($scope) {
}]);
```
## Available attributes
* tiny-trigger="true": replace any HTML element with a cool tiny trigger
* color-me="true": color the extended input on color selection
## License
Copyright (c) 2015 Daniel Reznick, released under the MIT license