How to use @crave/farmblocks-text - 10 common examples

To help you get started, we’ve selected a few @crave/farmblocks-text examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github CraveFood / farmblocks / packages / empty-state / src / EmptyState.js View on Github external
className="description"
        align="center"
        size={fontSizes.LARGE}
        type={fontTypes.NEUTRAL}
      >
        {description}
      
    )}

    

    {info && (
      
    )}
  
);
github CraveFood / farmblocks / packages / icon / src / IconsBrowser.js View on Github external
{grouped[groupName].map(({ name, size }) => {
            const Icon = icons[name];
            return (
              
                
                  
                
                
              
            );
          })}
github CraveFood / farmblocks / packages / icon / src / Icon.story.js View on Github external
export const insideText = () => (
  <>
    
    
    
  
);
export const SVGFile = () => (
github CraveFood / farmblocks / packages / table / src / Table.js View on Github external
size={fontSizes.SMALL}
            onClick={this.titleClick(columnIndex)}
          >
            {columnProps.title}
          
          
        ,
      );
    }

    if (columnProps.title) {
      return headerCell(
        ,
      );
    }

    return headerCell(null);
  };
github CraveFood / farmblocks / packages / map-balloon / src / styledComponents / Caption.js View on Github external
const Caption = ({ text, theme, iconClass }) => (
  
    
      <i>
    </i><i>
    
  </i><i>
);
Caption.propTypes = {</i>
github CraveFood / farmblocks / packages / table / src / Table.story.js View on Github external
};
    return (
       (
            
          )}
        /&gt;
         `${row.distance} miles from you`}
        /&gt;
        
         (
            <table>
        </table>
github CraveFood / farmblocks / packages / map-balloon / src / MapBalloon.js View on Github external
pinSize={pinSize}
              interactive={interactiveBalloon}
              onClick={
                onBalloonClick &amp;&amp; (event =&gt; onBalloonClick(value, event))
              }
              balloonSize={balloonSize}
            &gt;
              

              
                {caption}
                {interactiveBalloon ? (
                  
                ) : null}
              
github CraveFood / farmblocks / packages / empty-state / src / EmptyState.js View on Github external
align="center"
        size={fontSizes.LARGE}
        type={fontTypes.NEUTRAL}
      &gt;
        {description}
      
    )}

    

    {info &amp;&amp; (
      
    )}
  
);
github CraveFood / farmblocks / packages / empty-state / src / EmptyState.js View on Github external
className,
  imageSrc,
  icon,
  title,
  description,
  actions,
  info,
}) =&gt; (
  
    

    

    {description &amp;&amp; (
      
    )}