@logisoft/elements
v0.0.6
Published
Logisoft's official elements library for React
Downloads
5
Maintainers
Readme
Logisoft Elements
This is Logisoft's official UI library with a vareity of pre-built components that you can directly use to integrate yor application with Logisoft's API.
Note: To use this library, you must be an exisiting client with a Logisoft account. If you are not, please contact us at logisoft.io
Installation
To install the library, run:
npm install @logisoft/elements
Usage
To use the library, import the components you need in your application:
import { ContactForm } from '@logisoft/elements';
Then include the component in your application:
<ContactForm
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
/>
If you want to learn more about logisoft and its services, please go to our website www.logisoft.io.