mirror of https://github.com/ElemeFE/element
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)
|