Skip to content

1.17.0

Compare
Choose a tag to compare
@sawyerh sawyerh released this 07 Mar 20:42

🚀 Added

  • Added ds-c-field--small and ds-c-field--medium modifiers:
    image
  • Added a "Currency field" component. This extends the default text field component and applies additional styling to indicate the expected value (by default: a dollar amount). To use in React, add a mask="currency" prop to the TextField component.
    currency-mask