Embed benefits administration in a few easy steps
npm install clasp-components
style.css
index.js
App.tsx
import 'clasp-components/dist/style.css'; ...
import React from "react"; import { ClaspEmployer } from "clasp-components"; const App = () => ( <div className="app-container"> <ClaspEmployer /> </div> ); export default App;