承接 juniora/nova-color-field 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

juniora/nova-color-field

最新稳定版本:v3.0.0

Composer 安装命令:

composer require juniora/nova-color-field

包简介

A Laravel Nova Color Picker field.

README 文档

README

Latest Version on Packagist Total Downloads

This Laravel Nova package adds a color picker to Nova's arsenal of fields.

Requirements

  • php: >=8.0
  • laravel/nova: ^4.0

Features

A simple Nova Color field utilizing vue-color.

Forked from timothyasp/nova-color-field and brought up to date with improvements.

Screenshots

Form page Details page

Installation

Install the package in to a Laravel app that uses Nova via composer:

composer require outl1ne/nova-color-field

Usage

General

use Outl1ne\NovaColorField\Color; public function fields(Request $request) { Color::make('Color'), }

Themes

Available themes: chrome, compactTheme, grayscale, material, photoshop, sketch, slider, swatches, twitter.

See the theme demos here.

use Outl1ne\NovaColorField\Color; public function fields(Request $request) { Color::make('Color')->photoshop(), Color::make('Color')->swatches(), // ... }

Customizing save and display formats

If you would like to display and save the color in a format other than hex, you can use the ->displayAs('hex') and ->saveAs('hex') helpers.

Available options are: rgb, rgba, hex, hex8, hsl.

Color::make('Color') ->chrome() ->displayAs('hex8') ->saveAs('hex8'),

Palettes

Adding custom pallette colors to the pickers can be done like so:

Color::make('Color') ->compactTheme() ->palette(['#beaf00', '#DEADAF', '#000']),

Credits

License

Nova Color Field is open-sourced software licensed under the MIT license.

统计信息

  • 总下载量: 1.48k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 27
  • 开发语言: Vue

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固