Skip to content

@aws-amplify/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Mar 23:08
· 2277 commits to main since this release
054f2ad

Minor Changes

  • #1394 3d5acaa4c Thanks @dbanksdesign! - Adding label prop to Divider component.

    import { Flex, Text, Divider } from '@aws-amplify/ui-react';
    
    export const LabelExample = () => (
      <Flex direction="column">
        <Text>Before</Text>
        <Divider label="OR" />
        <Text>After</Text>
      </Flex>
    );

Patch Changes