0.3.7 • Published 2 years ago

email-signature-generator v0.3.7

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

Email Signature Generator

The simplist way to create a custom email signature fluently and on the go, adding up a more professional look and feel to your business emails.

Component and Props:

There are two main components at this moment, Signature & Signature2 components with the following props for each:

Signature Component:

PropsDescription
logo: Stringhttps link for an avatar, Logo, or any important image to display.
facebook: Stringhttps link for your facebook profile.
instagram: Stringhttps link for your instagram profile.
linkedin: Stringhttps link for your linkedin profile.
personName: StringYour name, which will be displayed on top (right cell)
personPosition: StringYour current business position
tel: StringYour mobile number
email: StringYour email address
website: StringYour website link

Signature2 Component:

PropsDescription
logo: Stringhttps link for an avatar, Logo, or any important image to display.
address: ObjectObject containing two properties: {link: https link for your organization's current address, text: text which will appear on the card resembling a readable address}
linkedin: Stringhttps link for your linkedin profile.
skype: Stringhttps link for your skype profile.
personName: StringYour name, which will be displayed on top (right cell)
personPosition: StringYour current business position
tel: StringYour mobile number
email: StringYour email address
website: StringYour website link

Example:

	<Signature
		logo='https://cdn.worldvectorlogo.com/logos/super-ecran.svg'
		facebook='https://www.facebook.com'
		instagram='https://instagram.com'
		linkedIn='https://linkedin.com'
		personName='My Full name'
		personPosition='My business position'
		tel='9678975432'
		email='myemaildomainname@domain.com'
		website='www.mywebsite.com'
	/>

	<Signature2
		logo='https://cdn.worldvectorlogo.com/logos/super-ecran.svg'
		address={{
			link: "https://maps.com",
			text: "My Sreet - City - Country",
		}}
		linkedIn='https://linkedin.com'
		skype='https://skype-profile.com'
		personName='My Full name'
		personPosition='My business position'
		tel='9678975432'
		email='myemaildomainname@domain.com'
		website='www.mywebsite.com'
	/>

For collaboration:

You can collaborate, edit and customize this package by clonning the app, and starting it locally on your machine.

npm start

Runs the app in the development mode.\ Open http://localhost:3000 to view it in your browser.

npm run build

Builds the app for production to the build folder.\ It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.\

0.3.7

2 years ago

0.3.6

2 years ago

0.3.5

2 years ago

0.3.4

2 years ago

0.3.3

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.0

2 years ago

0.2.9

2 years ago

0.2.8

2 years ago

0.2.7

2 years ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago