Next
Autocomplete
yarn add @overdog/fn
npm install @overdog/fn
Once you've executed these commands, Overdog FN will be successfully installed and ready for integration into your project. Refer to the documentation for the specific elements you intend to utilize. Here's an example demonstrating the import of multiple elements:
// Importing multiple elements at once from Overdog FN
import { Element1, Element2, Element3 } from '@overdog/fn';
// Use the imported elements in your project
// ...