https://github.com/eddort/qslot
https://github.com/eddort/qslot
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/eddort/qslot
- Owner: eddort
- License: other
- Created: 2019-01-01T15:01:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-03T14:08:39.000Z (over 7 years ago)
- Last Synced: 2024-04-24T15:27:09.169Z (about 2 years ago)
- Language: JavaScript
- Size: 2.67 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QSlot component
[](https://travis-ci.org/Eddort/qSlot)
## Examples
your component
```(jsx)
import { QSlot, byProps } from 'QSlot'
const Test = props => (
hello
);
```
call your component
```(jsx)
```
result
```(html)
hello
Test
Test
```