Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 783 Bytes

File metadata and controls

35 lines (22 loc) · 783 Bytes

@ondakuta/guided-breathing-react

Guided breathing pacer components for React

Screenshot

NPM

Install

npm install --save @ondakuta/guided-breathing-react

Usage

import React, { Component } from "react";

import { BasicCirclePacer } from "@ondakuta/guided-breathing-react";

class Example extends Component {
  render() {
    return <BasicCirclePacer />;
  }
}

API

See guided-breathing docs for more examples and documentation

License

MIT © Luka Kakia