Skip to content

Instantly share code, notes, and snippets.

@mingfengwan
mingfengwan / settings_schema.json
Last active January 13, 2023 18:11
settings_schema.json example
{
"type": "text",
"id": "social_fancy_link",
"label": "Fancy",
"info": "https:\/\/fancy.com\/shopify"
},
{
"type": "text",
"id": "social_untappd_link",
"label": "Untappd",
@mingfengwan
mingfengwan / footer-social-logo-example.liquid
Created January 13, 2023 16:37
Footer social logo example
@mingfengwan
mingfengwan / MDB Bug for vertical stepper
Created March 30, 2022 17:25
MDB React pro version 3.0
import React from 'react';
import {
MDBStepper,
MDBStepperStep,
MDBStepperHead,
MDBStepperContent,
MDBStepperForm, MDBValidationItem, MDBRadio
} from 'mdb-react-ui-kit';
export default function App() {