0.0.1 • Published 5 years ago

kinako-tmp v0.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Installation

$ yarn add kinako

Basic Usage

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

const App = () => (
  <Presentation width={'500px'} height={'350px'} backgroundColor={'#111'} controllerColor={'#fff'}>
  
    <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

Bugs

Use the GitHub Issues.

License

MIT