Skip to content

Commit b405ace

Browse files
committed
docs: updates readme badges
1 parent 669531b commit b405ace

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

README.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
# @dschz/solid-plotly
66

77
[![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
8-
[![npm](https://img.shields.io/npm/v/@dschz/solid-plotly)](https://www.npmjs.com/package/@dschz/solid-plotly)
8+
[![npm](https://img.shields.io/npm/v/@dschz/solid-plotly?color=blue)](https://www.npmjs.com/package/@dschz/solid-plotly)
99
[![Bundle Size](https://img.shields.io/bundlephobia/minzip/@dschz/solid-plotly)](https://bundlephobia.com/package/@dschz/solid-plotly)
1010
[![CI](https://github.com/dsnchz/solid-plotly/actions/workflows/ci.yaml/badge.svg)](https://github.com/dsnchz/solid-plotly/actions/workflows/ci.yaml)
11+
[![Discord](https://img.shields.io/badge/Discord-%235865F2.svg?logo=discord&logoColor=white)](https://discord.gg/XUVHnhsHKK)
1112

1213
> A modern, type-safe SolidJS component for [Plotly.js](https://plotly.com/javascript/) charts with fine-grained reactivity and full event support.
1314
@@ -418,12 +419,12 @@ function MyChart() {
418419
- **`PlotProps`** - Complete props interface for the Plot component
419420
- **`PlotlyModule`** - Type for the Plotly.js module interface
420421

421-
## License
422-
423-
MIT License
424-
425422
## Contributing
426423

427424
Contributions are welcome! Please feel free to submit a Pull Request.
428425

429-
For more examples and detailed documentation, visit the [GitHub repository](https://github.com/dsnchz/solid-plotly).
426+
For more examples and detailed documentation, visit the [GitHub repository](https://github.com/dsnchz/solid-plotly) or check out the [Discord](https://discord.gg/XUVHnhsHKK) community.
427+
428+
## License
429+
430+
MIT License

0 commit comments

Comments
 (0)