Let users use other breakpoint names besides just xs, sm, md, lg, and xl. The only restrictions should be that one breakpoint value is 0 and that no two breakpoint values are the same. The hook should figure out the order of the breakpoints by sorting the values in ascending order.
Let users use other breakpoint names besides just
xs,sm,md,lg, andxl. The only restrictions should be that one breakpoint value is0and that no two breakpoint values are the same. The hook should figure out the order of the breakpoints by sorting the values in ascending order.