mhkim-pivot-table
v0.2.4
Published
[![npm package](https://img.shields.io/npm/v/mhkim-pivot-table?style=flat-square)](https://www.npmjs.com/package/mhkim-pivot-table) [![npm downloads](https://img.shields.io/npm/dt/mhkim-pivot-table?maxAge=2592000)](https://www.npmjs.com/package/mhkim-piv
Downloads
7
Readme
mhkim-pivot-table
🚩 Table of Contents
📦 Packages
Pivot Table
| Name | Description |
| --- | --- |
| mhkim-pivot-table
| React component |
🤖 Why Created Pivot Table?
I was so bored at home, so I implemented a table I was interested in.
UI
- Config : Through the toolbar, you can style or add elements to the document you are editing.
- Dark Theme : You can use the dark theme.
🐾 Examples
🌏 Browser Support
| Chrome | Internet Explorer | Edge | Safari | Firefox | | :---------: | :---------: | :---------: | :---------: | :---------: | | Yes | Need Check | Need Check | Need Check | Need Check |
🔧 Pull Request Steps
(Coming soon...)
Pivot Table products are open source, so you can create a pull request(PR) after you fix issues. Run npm scripts and develop yourself with the following process.
Setup
Fork main
branch into your personal repository. Clone it to local computer. Install node modules. Before starting development, you should check if there are any errors.
$ git clone https://github.com/{your-personal-repo}/mhkim-pivot-table
$ npm install
$ npm run build publish:npm
📜 License
This software is licensed under the MIT
Read me Template
writed "readme" referring to "toast ui(nhn)".