React Custom Components Ui

Color Transition Text

Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.

    import { ColorTransitionText } from 'react-custom-components-ui'

    <ColorTransitionText
        fromColor='#ef4444'
        toColor='#d946ef'
        text={"Hi!"}
        duration={3000}
        type='lefttoright' />