kinako-tmp

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i kinako-tmp

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

11.2 kB

Total Files

10

Last publish

Collaborators

  • ghostrick