import React from 'react'; import {FAB} from '../../src/primitive-components/material-you-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
); }