Minor Changes
-
52a97d0
Thanks @segunadebayo! - - Skeleton
Bring backSkeletonCircle
andSkeletonText
components.-
Switch
- Transition background color when checked
- Set the default
children
forSwitch.Control
toSwitch.Thumb
to
reduce LOC for common use cases.
-
Checkbox
- Set the default
children
forCheckbox.Control
toCheckbox.Indicator
to reduce LOC for common use cases.
- Set the default
-
NumberInput
- Set the default
children
forNumberInput.Control
to
NumberInput.IncrementTrigger
andNumberInput.DecrementTrigger
to
reduce LOC for common use cases.
- Set the default
-
QrCode
- Set the
QrCode.Frame
component toQrCode.Pattern
to reduce LOC for
common use cases.
- Set the
-
RatingGroup
- Set the default
children
forRatingGroup.Control
to the array of
RatingGroup.Item
components to reduce LOC for common use cases.
- Set the default
-
Slider
- Add
Slider.Marks
component to render marks on the slider track. This is
a closed composition ofSlider.MarkerGroup
andSlider.Marker
to reduce
LOC for common use cases. - Add
Slider.Thumbs
component to render thumbs on the slider track. This
is a closed composition ofSlider.Thumb
to reduce LOC for common use
cases.
- Add
-
PinInput
- Add support for
attached
variant prop to render a pin input with
attached inputs. This removes the need for theGroup
component to wrap
the inputs.
- Add support for
-