0.0.19 • Published 6 years ago

hashcomponents v0.0.19

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

Installation

yarn add hashcomponents

or

npm install hashcomponents

Usage

import { SearchBarAndButton } from 'hashcomponents'
render() {
  return <SearchBarAndButton handleSubmit={val => console.log(val)} />
}

Available components

  • Button
  • Card
  • Icon
  • InputSearchBar
  • InputText
  • SearchBarAndButton
  • SortableList