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

Update README and improve dark mode readability #1010

Merged
merged 1 commit into from
Apr 14, 2024
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
42 changes: 5 additions & 37 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align="center">
<a href="https://dash-bootstrap-components.opensource.faculty.ai/">
<img src="https://cdn.opensource.faculty.ai/dbc/assets/logo.svg" alt="dash-bootstrap-components logo" width="200" height="200">
<img src="./readme-images/logo.png" alt="dash-bootstrap-components logo" width="200" height="200">
</a>
</p>

Expand Down Expand Up @@ -83,44 +83,12 @@ For more information on how to link local or external CSS, check out the
### Build the layout

With CSS linked, you can start building your app's layout with our Bootstrap
components. See our [_documentation_][docs-components] for a full list of
available components, which include:

#### Standard row and column-based layouts
components. These include layout components for organising the content of your app on the page, as well as UI components like navbars, cards, alerts and many more.

![layout](./readme-images/layout.png)

---

#### Cards

![cards](./readme-images/cards.png)

---

#### Tabs

![tabs](./readme-images/tabs.png)

---

#### Forms

![forms](./readme-images/forms.png)

---

#### Dropdown menus

<img src="./readme-images/dropdown.png" width="200"/>

---

#### Tooltips

<img src="./readme-images/tooltips.png" width="400"/>

... and many more.
See our [_documentation_][docs-components] for a full list of available
components.

## Contributing

Expand All @@ -136,7 +104,7 @@ will pass our linting checks, and how to submit the pull request itself.
## Copyright and license

Code and documentation is copyright [Faculty Science Ltd.][faculty]
2018-2022, and released under the [Apache 2.0 license](./LICENSE)
2018-2024, and released under the [Apache 2.0 license](./LICENSE)

[dash-homepage]: https://dash.plotly.com/
[dash-docs-external]: https://dash.plotly.com/external-resources
Expand Down
Binary file removed readme-images/cards.png
Binary file not shown.
Binary file removed readme-images/dropdown.png
Binary file not shown.
Binary file removed readme-images/forms.png
Binary file not shown.
Binary file modified readme-images/layout.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme-images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed readme-images/tabs.png
Binary file not shown.
Binary file removed readme-images/tooltips.png
Binary file not shown.
Loading