Skip to content
View tammyhart's full-sized avatar

Block or report tammyhart

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. sports-ball sports-ball Public

    Automatically post NCAAF scores to Slack every Monday at 9am Central time

    JavaScript 1

  2. Flexible flex-box component Flexible flex-box component
    1
    import { HTMLProps } from "react"
    2
    import styled from "styled-components"
    3
    
    
    4
    import {
    5
      calcBasis,
  3. ConditionalWrap.tsx ConditionalWrap.tsx
    1
    import { ComponentType, ReactNode } from "react"
    2
    
    
    3
    type ConditionalWrap = {
    4
      children: ReactNode
    5
      condition: boolean
  4. Simple React solution for adjusting ... Simple React solution for adjusting the style of a sticky element when it is stuck
    1
    /* essential styles for hook to work */
    2
    header {
    3
      /*
    4
      this is set in the JS so the the primary behavior isn't dependant on the stylesheet
    5
      position: sticky;