Sha256: 4c10b04980f60e883192b04a0aa98ff16626e3fa68a2b383f91c716e586f9786
Contents?: true
Size: 379 Bytes
Versions: 948
Compression:
Stored size: 379 Bytes
Contents
import React from "react"; import { Button, Pill } from "playbook-ui"; const ButtonBlockContent = (props) => ( <div> <Button fixedWidth {...props} tabIndex={0} > <Pill marginRight="xs" text="5" variant="info" /> <span>Button with Block Content</span> </Button> </div> ); export default ButtonBlockContent;
Version data entries
948 entries across 948 versions & 2 rubygems