0.0.1 • Published 3 years ago

ink-component v0.0.1

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

Getting Started

npm install ink-component / yarn add ink-component

Quick Start

...
import { Button } from 'ink-component'

...
function App() {
  return (
    ...
      <Button title="Click Me!" />
    ...
  )
}

Button Props

NameTypeDefaultRequired
titlestring-yes
typestring'button'no
onClickfunc() => {}no

Notes