Git Product home page Git Product logo

kintone-ui-component's Introduction

kuc-logo


kintone UI Component is UI Component for kintone customization.
It supports you to develop kintone customization and kintone plugin.
The document page is here.

English | 日本語

Table of contents

Installation

kintone UI Component is available as UMD, CDN and npm package.

UMD

Please use kuc.min.js downloaded from releases page.

./umd/kuc.min.js

CDN

Please use these CDN link.

  • If you want to load the latest version of kintone UI Component:

    https://unpkg.com/kintone-ui-component/umd/kuc.min.js
    
  • If you want to specify the version and load it (specify the version number after the project name):

    https://unpkg.com/[email protected]/umd/kuc.min.js
    

unpkg is not supported by Cybozu. We recommend you to use it for verification.
In a production environment, please use UMD to avoid the possible effects of unpkg technical obstacle and glitches.

npm

Please install and use kintone-ui-component with npm.

npm install kintone-ui-component

Usage

// UMD
const text = new Kuc.Text({
  value: "this is text!"
});
// ES modules
import { Text } from "kintone-ui-component/lib/text";

const text = new Text({
  value: "this is text!"
});
text.addEventListener("change", event => {
  console.log(`text value is changed to ${event.detail.value}`);
});

Browser Support

Chrome Safari Firefox Edge

We confirmed the operation with the latest version of each compatible browser.

v0 Usage

If you want to use kintone UI Component v0.x.x, please refer to these pages.

With the release of kintone UI Component v1, we will continue to mainly fix bugs and update libraries for v0.
We don't plan to develop new functions for now.

Migration Guide

There are differences in specifications and interfaces between v0 and v1.
Please be sure to verify enough when you updating.
For more details, please refer to the articles below.

About the React version provided in v0, we haven't supported it in v1 now.

Contributing

We welcome contributions to kintone UI Component.
If you have a question, feature request, please register GitHub issue.

License

MIT LICENSE

kintone-ui-component's People

Contributors

trung-doan avatar tomokomiyake avatar nmanhit avatar h000780 avatar dong0 avatar tkimchaute avatar vuhuykhanh avatar josh-vo avatar cy-takeuchi avatar kkawataki avatar panpan8688 avatar

Watchers

James Cloos 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.