1.0.0 • Published 5 years ago

@torufurukawa/cuckoo v1.0.0

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

Cuckoo

Cuckoo is a collection of Twitter post-click experience helpers.

Example

import React from 'react'
import { render } from 'react-dom'

// You will need this CSS
import 'bootstrap/dist/css/bootstrap.min.css'

import Cuckoo from '@torufurukawa/cuckoo'
import '@torufurukawa/cuckoo/dist/style.css'

function App() {
  return (
    <Cuckoo.Container>
      <Cuckoo.Text>This is text field.</Cuckoo.Text>
      <Cuckoo.Button href={Cuckoo.linkToTweet('hello')}>Tweet hello</Cuckoo.Button>
    </Cuckoo.Container>
  )
}
render(<App />, document.getElementById('root'))
1.0.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago