react-fcw-components
v0.4.2
Published
FCW React Component
Downloads
23
Readme
react-fcw-component
FCW React Components for fcw back office
Installation
npm i react-fcw-components
Usage
import React from "react";
import { TestComponent } from "react-fcw-components";
class App extends React.Component {
render() {
return <TestComponent />;
}
}
- note: this is currently a place holder