New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@kintone/kintone-ui-component

Package Overview
Dependencies
Maintainers
5
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kintone/kintone-ui-component

kintone ui component

  • 0.3.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
195
decreased by-43.64%
Maintainers
5
Weekly downloads
 
Created
Source

kintone UI Component

npm version

Usage

For javascript

Step 1: Use below files from './dist' folder
./dist/kintone-ui-component.min.js
./dist/kintone-ui-component.min.css
Step 2: Upload them to kintone following help site. (Setting JavaScript Customization on kintone) Or add the copied URL.

For React

Step 1: Create react project
$ npm install -g create-react-app
$ create-react-app my-customization
Step 2: Install kintone-ui-component
  • Install kintone-ui-component from npm.
$ cd my-customization
$ npm install @kintone/kintone-ui-component
  • If you don't want to install kintone-ui-component from npm, you can follow below steps to install it.
$ git clone https://github.com/kintone/kintone-ui-component.git
$ cd my-customization
$ npm link ../kintone-ui-component

Document

kintone UI Component

How to build

Requirement

* Node.js
* Git
$ git clone https://github.com/kintone/kintone-ui-component.git
$ cd kintone-ui-component
$ npm install
$ npm run build
Output
./dist/kintone-ui-component.min.js
./dist/kintone-ui-component.min.css
./dist/esm

License

MIT License

Copyright(c) Cybozu, Inc.

FAQs

Package last updated on 17 Jul 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc