Skip to content

Instantly share code, notes, and snippets.

@AlexIsMaking
AlexIsMaking / button.jsx
Last active January 3, 2024 09:06
Glowy Border Shimmer Button React component with Tailwind CSS styling. Based on @jh3yy's button - https://codepen.io/jh3y/pen/vYbyKeL
import { useEffect } from "react";
const config = {
text: "Submit",
hue: 180,
alpha: 1,
window: 1.4,
speed: 1,
blur: 10,
spread: 120,
[
{ locale: "Arabic", value: "ar" },
{ locale: "Bulgarian", value: "bg" },
{ locale: "Czech", value: "cs" },
{ locale: "Danish", value: "da" },
{ locale: "German", value: "de" },
{ locale: "Greek", value: "el" },
{ locale: "English", value: "en" },
{ locale: "English", value: "en-GB" },
{ locale: "Spanish (Spain)", value: "es" },

Keybase proof

I hereby claim:

  • I am aplssf on github.
  • I am alexs (https://keybase.io/alexs) on keybase.
  • I have a public key ASC5Y2YuPw1jeTRgRu-IxRydobqEl9l5Fy-TAJnNt7uZdQo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am aplssf on github.
  • I am alexs (https://keybase.io/alexs) on keybase.
  • I have a public key ASC5Y2YuPw1jeTRgRu-IxRydobqEl9l5Fy-TAJnNt7uZdQo

To claim this, I am signing this object:

# Adapted from https://gist.github.com/afeld/5589756
#
# usage:
#
# $ gem install t twitter
# $ t authorize
# $ ruby twitter_bio_search.rb
# from XXX peeps:
#
# LEVO
public class ProcessBuilderNoAction {
/**
* Explanation: This method will be invoked from the Process Builder when the Salesforce admin
* does not want to execute any actions.
*
* Once this idea is implemented https://success.salesforce.com/ideaView?id=08730000000DqGRAA0
* this code will no longer be needed
**/