Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to bootstrap 5 template #4

Open
diorz38 opened this issue Jul 7, 2021 · 4 comments
Open

Change to bootstrap 5 template #4

diorz38 opened this issue Jul 7, 2021 · 4 comments
Assignees
Labels
enhancement New feature or request

Comments

@diorz38
Copy link

diorz38 commented Jul 7, 2021

Default generated balde was tailwind, how to change to bootstrap 5

@diorz38 diorz38 changed the title unfinish generated model table in livewire view Change to bootstrap 5 template Jul 7, 2021
@diorz38
Copy link
Author

diorz38 commented Jul 7, 2021

i try to change template in config to 'bootstrap' but that for bootstrap 4, and but modal still not show up when use bootstrap 5.

and sometime generated view file was not complete, missing all model's field in tbody, like this:

                        <tbody class="bg-white divide-y divide-gray-200">
                            @foreach($rows as $row)
                            <tr>
                        </tbody>

@diorz38 diorz38 closed this as completed Jul 7, 2021
@diorz38 diorz38 reopened this Jul 7, 2021
@riteshsingh1 riteshsingh1 self-assigned this Jul 12, 2021
@riteshsingh1 riteshsingh1 added the enhancement New feature or request label Jul 12, 2021
@riteshsingh1
Copy link
Owner

Noted, Currently this support of bootstrap 4 only,

Bootstrap 5 will be released soon.

@ehsantalkhouncheh
Copy link

Hi If we want just tailwind should we do anything special i mean default them is tailwind right?

@damodar-bhattarai
Copy link

Hi If we want just tailwind should we do anything special i mean default them is tailwind right?

Yes. Default one is tailwind. No need to do anything if you want tailwind.
For bootstrap 4 , publish config file and change value of template variable to "bootstrap"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants