Skip to content

Commit 588f349

Browse files
cleaned up the docs for dash planet
1 parent 266ff97 commit 588f349

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

docs/dash_planet/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: DashPlanet Component
2+
name: Planet
33
description: DashPlanet is an interactive orbital menu component for Dash applications that displays content in a circular orbit around a central element. It provides an engaging and intuitive way to present navigation options or related content items.
44
endpoint: /pip/dash_planet
55
package: dash_planet

docs/dash_planet/introduction.py

+13-4
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def generate_satellites(count):
246246
dmc.Stack(
247247
[
248248
dmc.Text(
249-
"Rotation Animation",
249+
"Rotation Animation (Works in production not in Docs)",
250250
fw=700,
251251
size="sm",
252252
c="dimmed",
@@ -479,9 +479,9 @@ def generate_satellites(count):
479479
html.Li(
480480
[
481481
DashIconify(
482-
icon="mdi:gesture", color="#2196F3"
482+
icon="fxemoji:crescentmoon", color="#2196F3"
483483
),
484-
"Premium: Draggable planets and satellites",
484+
"Premium: Semicircle Menu layout",
485485
],
486486
style=styles["featureItem"],
487487
),
@@ -490,7 +490,16 @@ def generate_satellites(count):
490490
DashIconify(
491491
icon="mdi:animation", color="#9C27B0"
492492
),
493-
"Premium: Bounce animations",
493+
"Premium: Enhanced animation controls",
494+
],
495+
style=styles["featureItem"],
496+
),
497+
html.Li(
498+
[
499+
DashIconify(
500+
icon="fluent-emoji:sparkling-heart", color="#9C27B0"
501+
),
502+
"Supports independent Dash Components development",
494503
],
495504
style=styles["featureItem"],
496505
),

0 commit comments

Comments
 (0)