🤝Atomico and React
React and webcomponents
import React from "react";
import "@formilk/components";
export default function App() {
return (
<fm-button>Click!<fm-button>
);
}Atomico wrapper for React
Atomico inside Next.js
Example of custom tag usage
Example of use of the wrapper.
Last updated
Was this helpful?
