Skip to content

☀ A Simple React Component to create presentations.

License

Notifications You must be signed in to change notification settings

ghostrick/kinako

Repository files navigation

npm version weekly downloads from npm

Installation

$ yarn add kinako

Example

$ cd example
$ yarn
$ yarn dev

Basic Usage

// ...
import { Page, Presentation } from 'kinako'

const App = () => (
  <Presentation backgroundColor={'#111'} controllerColor={'#fff'} aspect={{width: 16, height: 9}}>
  
    <Page isCentering={true}>
      <h1 style={{color: '#fff'}}>Hello.</h1>
    </Page>
  
    <Page isCentering={true}>
      <h1 style={{color: '#fff'}}>Fin.</h1>
    </Page>
  
  </Presentation>
)

// ...

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

About

☀ A Simple React Component to create presentations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published