Skip to content

Commit

Permalink
Update README and improve dark mode readability (#1010)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbegley authored Apr 14, 2024
1 parent 8253da5 commit 19bbcff
Show file tree
Hide file tree
Showing 8 changed files with 5 additions and 37 deletions.
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.

0 comments on commit 19bbcff

Please sign in to comment.