A component library with React and TypeScript for the fitness and lifestyle application
npm install --save fitkit-components
import React from "react";
import MyComponent from "fitkit-components";
class Example extends React.Component {
render() {
return <MyComponent />;
}
}
MIT © ericzorn93