This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@planning-center/btn

0.1.5 • Public • Published

@planning-center/btn

A React component button that styles itself with the .btn2 class in Planning Center apps.

Installation

npm install @planning-center/btn or yarn add @planning-center/btn

Usage

import React from "react"
import Btn from "@planning-center/btn"

const MyComponent = () =>
  <Btn
    className="moar classes"
    onClick={() => alert("you clicked me.")}
  />Click me</Btn>

// => <button class="btn2 moar classes" type="button">Click me</button>

Dependencies

JS env

  • react
  • classnames

CSS

  • .btn2

Readme

Keywords

none

Package Sidebar

Install

npm i @planning-center/btn

Weekly Downloads

6

Version

0.1.5

License

none

Last publish

Collaborators

  • kylemellander
  • danott
  • picodasrobot