Skip to content

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

Notifications You must be signed in to change notification settings

ericzorn93/FitKit-Components

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published