Logisoft's official elements library for React
npm install @logisoft/elementsbash
npm install @logisoft/elements
`
Usage
To use the library, import the components you need in your application:
`javascript
import { ContactForm } from '@logisoft/elements';
`
Then include the component in your application:
`javascript
primaryColor="#286cf1" // optional - Button background color
fontFamily="Arial" // optional - Form font family - default is inherit
contained={true} // optional - If the form should be contained in a card - default is true
/>
``