Back to Components
|

CompactPostButton

CompactPostButton

Space-efficient button for creating on-chain social posts with minimal UI footprint, perfect for toolbars and mobile interfaces

🔧

Live preview would be rendered here

Component: CompactPostButton

Install component

npm
$npm install bigblocks
import { CompactPostButton } from 'bigblocks';

export default function Toolbar() {
  return (
    <div className="toolbar">
      <CompactPostButton />
    </div>
  );
}