tfc-components
v1.0.18
Published
<p align="center"> <a href="https://www.3forcom.com"> <img width="200" src="https://www.3forcom.com/assets/images/logo.svg"> </a> </p>
Readme
📦 Install
npm install tfc-componentsyarn add tfc-components🔨 Usage
import React from "react";
import { Loading } from "tfc-components";
const App = () => <Loading />;