enigma / bootstrap-blade
Bootstrap as Blade view components!
Requires
- php: ^7.4
- illuminate/support: ^8.0
- illuminate/view: ^8.0
This package is auto-updated.
Last update: 2025-03-05 14:35:32 UTC
README
Bootstrap as Blade view components!
Installation
You can install the package via composer:
composer require enigma/bootstrap-blade
Usage
<x-component-kebab-name>
Content goes here...
</x-component-kebab-name>
For self-closing components, you can also write them like this:
<x-component-kebab-name/>
Note: Some attributes might also be required for a component to work. Please check the corresponding component class.
Components
Here's the complete list of all the available components:
(Note: Components not listed here but are present in src/Components are for internal use only.)
- Accordion
- Alert
- AlertLink
- Badge
- Blockquote
- BlockquoteFooter
- Breadcrumb
- BreadcrumbItem
- Button
- ButtonGroup
- ButtonToolbar
- Card
- CardBody
- CardColumns
- CardDeck
- CardFooter
- CardGroup
- CardHeader
- CardImage
- CardImageOverlay
- CardLink
- CardSubtitle
- CardText
- CardTitle
- Carousel
- CarouselCaption
- CarouselItem
- CheckboxField
- CloseIcon
- Collapse
- CollapseButton
- Column
- Container
- CustomCheckbox
- CustomFile
- CustomInput
- CustomLabel
- CustomRadio
- CustomRange
- CustomSelect
- CustomSwitch
- Dropdown
- DropdownButton
- DropdownDivider
- DropdownHeader
- DropdownItem
- DropdownItemText
- DropdownMenu
- DropdownToggle
- EmailField
- Embed
- EmbedItem
- Feedback
- Fieldset
- Figure
- FigureCaption
- FigureImage
- FileField
- Form
- FormButton
- FormCheck
- FormGroup
- FormRow
- FormText
- Image
- InlineList
- InlineListItem
- Input
- InputGroup
- InputGroupAddon
- InputGroupAppend
- InputGroupPrepend
- InputGroupText
- Jumbotron
- Label
- Lead
- Legend
- ListGroup
- ListGroupItem
- Media
- MediaBody
- Modal
- ModalBody
- ModalButton
- ModalContent
- ModalDialog
- ModalFooter
- ModalHeader
- ModalTitle
- Nav
- Navbar
- NavbarBrand
- NavbarCollapse
- NavbarNav
- NavbarText
- NavbarToggler
- NavItem
- NavItemLink
- NavLink
- PageItem
- PageItemLink
- PageLink
- Pagination
- PasswordField
- Progress
- ProgressBar
- RadioField
- RangeField
- Row
- Select
- SelectField
- SessionMessage
- Spinner
- SrOnly
- Table
- Textarea
- TextareaField
- TextField
- Toast
- ToastBody
- ToastHeader
- UnstyledList
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email reyberyturiaga@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.