Sha256: c3cf30790540823fb1c46c1ef33f19c6ded39a9cac5839a3251b87fa001f5189
Contents?: true
Size: 353 Bytes
Versions: 49
Compression:
Stored size: 353 Bytes
Contents
import React from "react"; import { Button, Pill } from "../../"; const ButtonBlockContent = (props) => ( <div> <Button fixedWidth {...props} > <Pill marginRight="xs" text="5" variant="info" /> <span>Button with Block Content</span> </Button> </div> ); export default ButtonBlockContent;
Version data entries
49 entries across 49 versions & 1 rubygems