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

Documentation & License Updates #1271

Merged
merged 1 commit into from
Jul 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) Anthony Rappa <rappa819@gmail.com>
Copyright (c) Anthony Rappa <anthony@rappasoft.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion docs/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ weight: 1

Welcome to the [Laravel Livewire Tables](https://github.com/rappasoft/laravel-livewire-tables) documentation!

I will do my best to document all features and configurations of this plugin.
We will do our best to document all features and configurations of this plugin.

Laravel Livewire Tables is a plugin built for Laravel Livewire that allows you to create simple or advanced dynamic datatables.

Expand Down
2 changes: 1 addition & 1 deletion docs/questions-and-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ If you have general questions not related to any issues you may post a [discussi

If you have found a reproducable bug please create an [issue](https://github.com/rappasoft/laravel-livewire-tables/issues).

If you would like other help you can join the [slack channel](https://rappasoft.herokuapp.com/).
If you would like other help you can join the [discord channel - details here](https://github.com/rappasoft/laravel-livewire-tables/discussions/1252/).

If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
10 changes: 10 additions & 0 deletions docs/start/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ module.exports = {
};
```

## Tailwind Dark Mode
If you find that the table is consistently displaying in Dark Mode, then you will need to add the following into your tailwind.config.js configuration, keeping in mind that this **could** impact other components using dark mode!

```js
module.exports = {
darkMode: 'class', // This specifies that Tailwind should look at Class elements to determine dark mode
...
};
```

## Alpine.js Cloak

You must also make sure you have this Alpine style available globally:
Expand Down
2 changes: 1 addition & 1 deletion docs/support-me.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ title: Support Me
weight: 2
---

I invest a **lot** of time into creating [my packages](https://rappasoft.com/packages). You can support me by [sponsoring me on Github](https://github.com/sponsors/rappasoft).
I invest a **lot** of time into creating [my packages](https://rappasoft.com/packages). You can support this work by [sponsoring me on Github](https://github.com/sponsors/rappasoft). There are additional benefits at various levels!