import React from 'react'; import { FAB } from '../../src/primitive-components/components'; export default function Fabs() { return (

FABs with elevation

Small

Default

Large

Extended

Label Label Label Label

FABs without elevation

Small

Default

Large

Extended

Label Label Label Label
); }