1.1.8 • Published 2 years ago

logos-code-skills v1.1.8

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

Logos Code Skills - Sébastien D

📖 Description

Get custom logos for your software development skills.

🌐 Website

Consult the site for more details here.

📜Installation

npm i logos-code-skills

⚙️ Use

  1. Import the plugin in your project like this :
import Skill from "logos-code-skills";
  1. In the return :
<Skill name={`EXAMPLE`} parameter={skillParameter} />

Some logos are already provided like HTML, CSS, JS and more, please check the site ! For example change EXAMPLE to HTML.

🎨 Personalize

  1. Put this into your file :
const skillParameter = {
	"backgroundColor": "#000000",
	"borderRadius": 15,
	"color": "#FFFFFF",
	"height": "80px",
	"width": "80px"
}

Go here to see more about customization.

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago