1.0.0 • Published 3 years ago
react-logos-code-skills v1.0.0
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 react-logos-code-skills⚙️ Use
- Import the plugin in your project like this :
 
import Skill from "react-logos-code-skills";- 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
- Put this into your file :
 
const skillParameter = {
	"backgroundColor": "#000000",
	"borderRadius": 15,
	"color": "#FFFFFF",
	"height": "80px",
	"width": "80px"
}Go here to see more about customization.
📝 License
MIT © sebastien-d-me
1.0.0
3 years ago