# mg-table-template **Repository Path**: apusic-frontend/mg-table-template ## Basic Information - **Project Name**: mg-table-template - **Description**: a table component with template and stateHook - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-31 - **Last Updated**: 2023-01-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # mg-table-template > a table component with template and stateHook [![NPM](https://img.shields.io/npm/v/mg-table-template.svg)](https://www.npmjs.com/package/mg-table-template) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ## Install ```bash npm install --save mg-table-template ``` ## Usage ```tsx import React, { Component } from 'react' import MyComponent from 'mg-table-template' import 'mg-table-template/dist/index.css' class Example extends Component { render() { return } } ``` ## License MIT © [maoguy](https://github.com/maoguy)