mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 21:27:52 +08:00
34 lines
405 B
Markdown
34 lines
405 B
Markdown
|
# __component_name__
|
||
|
|
||
|
# Screenshots
|
||
|
|
||
|
# Demo
|
||
|
|
||
|
# Installation
|
||
|
>
|
||
|
|
||
|
# Usage
|
||
|
```javascript
|
||
|
|
||
|
```
|
||
|
|
||
|
# Options
|
||
|
|
||
|
| name | description | type | default |
|
||
|
|-------------|-------------|-------------|-------------|
|
||
|
| | | | |
|
||
|
|
||
|
# Development
|
||
|
```shell
|
||
|
make dev
|
||
|
|
||
|
# test
|
||
|
make test
|
||
|
|
||
|
# build
|
||
|
make build
|
||
|
```
|
||
|
|
||
|
# License
|
||
|
[MIT](https://opensource.org/licenses/MIT)
|