GithubHelp home page GithubHelp logo

rose-orchid / color-board Goto Github PK

View Code? Open in Web Editor NEW

This project forked from treasuredmemories/color-board

0.0 0.0 0.0 86 KB

使用vue开发的色盘,取色器

JavaScript 0.21% CSS 88.22% HTML 0.44% Vue 9.69% SCSS 1.44%

color-board's Introduction

概述

color-board是一个全端支持,免费的,开源的取色工具。您可以基于此进行二次开发,样式升级,功能拓展等。

  • 基于Color Ui样式库
  • 基于Uniapp

特点

  • 即开即用
  • 体积小,功能较丰富,代码简单

github

https://github.com/TreasuredMemories/color-board

插件市场

https://ext.dcloud.net.cn/plugin?id=11879

部署

App.vue引入样式文件

<style>
	/*每个页面公共css */
	@import url("@/static/icon/icon.css");
	@import url("@/static/css/main.css");
</style>

简单导入部署即可,如下:

<template>
	<view>
		<colorBoard></colorBoard>
	</view>
</template>

<script>
	import colorBoard from '@/components/color-board/color-board'
	export default {
		components:{
			colorBoard
		},
		data() {
			return {
				
			}
		},
		onLoad() {

		},
		methods: {

		}
	}

注:部分样式文件引用自ColorUi组件库,请在static目录下查看,

预览

notesbook_board

notesbook_board*

真机预览

gh_dc85a6943c6a_258-removebg-preview

其它推荐

微信小程序notesbook中体验

微信图片_20230419202147微信图片_20230419202139

color-board's People

Contributors

treasuredmemories avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.