An open API service indexing awesome lists of open source software.

https://github.com/eddort/qslot


https://github.com/eddort/qslot

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# QSlot component
[![Build Status](https://travis-ci.org/Eddort/qSlot.svg?branch=master)](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



```