Skip to content

Commit 19bbcff

Browse files
authored
Update README and improve dark mode readability (#1010)
1 parent 8253da5 commit 19bbcff

File tree

8 files changed

+5
-37
lines changed

8 files changed

+5
-37
lines changed

README.md

Lines changed: 5 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://dash-bootstrap-components.opensource.faculty.ai/">
3-
<img src="https://cdn.opensource.faculty.ai/dbc/assets/logo.svg" alt="dash-bootstrap-components logo" width="200" height="200">
3+
<img src="./readme-images/logo.png" alt="dash-bootstrap-components logo" width="200" height="200">
44
</a>
55
</p>
66

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

8585
With CSS linked, you can start building your app's layout with our Bootstrap
86-
components. See our [_documentation_][docs-components] for a full list of
87-
available components, which include:
88-
89-
#### Standard row and column-based layouts
86+
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.
9087

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

93-
---
94-
95-
#### Cards
96-
97-
![cards](./readme-images/cards.png)
98-
99-
---
100-
101-
#### Tabs
102-
103-
![tabs](./readme-images/tabs.png)
104-
105-
---
106-
107-
#### Forms
108-
109-
![forms](./readme-images/forms.png)
110-
111-
---
112-
113-
#### Dropdown menus
114-
115-
<img src="./readme-images/dropdown.png" width="200"/>
116-
117-
---
118-
119-
#### Tooltips
120-
121-
<img src="./readme-images/tooltips.png" width="400"/>
122-
123-
... and many more.
90+
See our [_documentation_][docs-components] for a full list of available
91+
components.
12492

12593
## Contributing
12694

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

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

141109
[dash-homepage]: https://dash.plotly.com/
142110
[dash-docs-external]: https://dash.plotly.com/external-resources

readme-images/cards.png

-458 KB
Binary file not shown.

readme-images/dropdown.png

-21.8 KB
Binary file not shown.

readme-images/forms.png

-29.1 KB
Binary file not shown.

readme-images/layout.png

109 KB
Loading

readme-images/logo.png

124 KB
Loading

readme-images/tabs.png

-30 KB
Binary file not shown.

readme-images/tooltips.png

-34.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)