Skip to content

Releases: Mantix/livewire-bootstrap-components

Remove bottom margin from title in card

15 Dec 14:17

Choose a tag to compare

Remove bottom margin from title in card

Moved classes to header of card

15 Dec 14:14

Choose a tag to compare

v1.21

Enhance card component header to conditionally apply background and t…

Fix typo

11 Dec 09:12

Choose a tag to compare

Fix typo

Added actions to the card header

11 Dec 09:03

Choose a tag to compare

You can now add actions to the card header, just like in the list-row component.

Added styling for combining the card and the list-row components

11 Dec 08:47

Choose a tag to compare

When using the list-row element in the card component, you can remove the extra borders by adding this as "body_class":

<x-bootstrap::card body_class="list-group p-0">
    <x-bootstrap::list-row>
        Hello 1
    </x-bootstrap::list-row>
    <x-bootstrap::list-row>
        Hello 2
    </x-bootstrap::list-row>
</x-bootstrap::card>

Improved list-row component

26 Nov 10:55

Choose a tag to compare

Update list-row component to conditionally render action labels with responsive visibility. This change improves the user interface by hiding labels on smaller screens while maintaining accessibility on larger devices.

Improved list-row element

26 Nov 08:33

Choose a tag to compare

Refactor list-row component to improve action handling and rendering logic. Added unique keys for actions, streamlined primary action selection, and enhanced mobile dropdown functionality for better usability and consistency.

Improved card component

24 Nov 15:26

Choose a tag to compare

Fix card component body class logic to ensure padding is applied correctly based on body_class prop. This improves layout consistency and enhances the overall design flexibility.

Improved card component

24 Nov 14:55

Choose a tag to compare

Add body_class prop to card component for enhanced customization. This allows for additional styling options in the card body, improving flexibility in design.

Improved card component

24 Nov 13:59

Choose a tag to compare

Update card component class to improve consistency in styling. Changed class from 'card-body' to 'card' for better alignment with Bootstrap standards.