https://github.com/stbui/react-material-kit
https://github.com/stbui/react-material-kit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stbui/react-material-kit
- Owner: stbui
- License: mit
- Created: 2018-07-19T15:46:12.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T03:22:09.000Z (over 7 years ago)
- Last Synced: 2025-01-07T22:32:29.144Z (over 1 year ago)
- Language: JavaScript
- Size: 854 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# React Material Kit
基于 React 16.0 优雅的 Material Design UI 组件库
# 使用
```
import React from 'react'
import { Button } from 'stbui'
```
# npm
```
npm run start
```
```
npm run build
```