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.
- Host: GitHub
- URL: https://github.com/ghostrick/kinako
- Owner: ghostrick
- License: mit
- Created: 2019-06-10T13:56:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T06:17:44.000Z (over 3 years ago)
- Last Synced: 2023-03-03T06:14:13.390Z (over 3 years ago)
- Topics: docz, emotion, presentation, react, typescript
- Language: TypeScript
- Homepage:
- Size: 2.79 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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