0.0.6 • Published 2 years ago

@logisoft/elements v0.0.6

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Logisoft Elements

npm version

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.

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago