Skip to content

Instantly share code, notes, and snippets.

View zapmal's full-sized avatar
⛰️

Manuel Zapata zapmal

⛰️
  • Venezuela
  • 20:42 (UTC -04:00)
View GitHub Profile
@zapmal
zapmal / PromptButton.jsx
Last active February 21, 2021 22:11
Button with animated prompt using React.
import React from 'react';
import styled from 'styled-components/macro';
/**
* Can be changed to <a/> or <Link/>.
*/
const Prompt = styled.button`
padding: 18px;
font-size: 18px;
background-color: transparent;
@zapmal
zapmal / semantic-commit-messages.md
Created October 9, 2020 17:06 — forked from joshbuchea/semantic-commit-messages.md
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example