diff --git a/migrate-the-clay-components-from-v2-to-v3.md b/migrate-the-clay-components-from-v2-to-v3.md index da2986b7ff..678ddd66b8 100644 --- a/migrate-the-clay-components-from-v2-to-v3.md +++ b/migrate-the-clay-components-from-v2-to-v3.md @@ -119,3 +119,13 @@ Using a radio by itself doesn't make much sense, only when 2+ exist does the fun ``` + +## ClayLabel + +### API Changes + +- `style` is now `displayType` +- Removed `size` in favor of `large` since there is only default and large options. +- Removed `label` in favor of utilizing `children` prop +- Added `closeButtonProps` which allows you to add attributes to the nested button. + - This is where you would pass a callback for `onClick`.