Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 649 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 649 Bytes

fitkit-components

A component library with React and TypeScript for the fitness and lifestyle application

NPM JavaScript Style Guide

Install

npm install --save fitkit-components

Usage

import React from "react";

import MyComponent from "fitkit-components";

class Example extends React.Component {
  render() {
    return <MyComponent />;
  }
}

License

MIT © ericzorn93