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

https://github.com/ghostrick/kinako

☀ A Simple React Component to create presentations.
https://github.com/ghostrick/kinako

docz emotion presentation react typescript

Last synced: about 1 month ago
JSON representation

☀ A Simple React Component to create presentations.

Awesome Lists containing this project

README

          




npm version
weekly downloads from npm

## Installation

```bash
$ yarn add kinako
```

## Example
```bash
$ cd example
$ yarn
$ yarn dev
```

## Basic Usage
```jsx
// ...
import { Page, Presentation } from 'kinako'

const App = () => (



Hello.





Fin.





)

// ...

```

## Documentation
https://ghostrick.github.io/kinako

## PDF Export
When you open the in-browser print dialog, dedicated CSS is applied.

## Bugs
Use the GitHub Issues.

## License
MIT