import React from 'react'; import { PixelButton } from '../actions'; export function Default() { return Click me; } export function Tones() { return (
Green Cyan Gold Red Purple Pink Neutral
); } export function Sizes() { return (
Small Medium Large
); } export function Variants() { return (
Solid Soft Outline Ghost
); } export function Surfaces() { return (
Pixel Linear
); } const Arrow = () => ( ); export function WithIcons() { return (
}>Leading }>Trailing } iconRight={}>Both
); } export function Loading() { return (
Saving Loading
); } export function Disabled() { return (
Disabled Disabled outline
); } export function FullWidth() { return (
Full width
); } export function AsChild() { return ( External link ); }