From bb50f661ac1cab982eba640e75f1a2e168f9d3a8 Mon Sep 17 00:00:00 2001 From: preethi Date: Wed, 20 Aug 2025 22:47:59 +0530 Subject: [PATCH] docs: add unstyled example for Stepper component --- components/doc/stepper/theming/unstyleddoc.js | 36 +++++++++++++++++++ package-lock.json | 4 +-- pages/stepper/index.js | 15 ++++---- 3 files changed, 45 insertions(+), 10 deletions(-) create mode 100644 components/doc/stepper/theming/unstyleddoc.js diff --git a/components/doc/stepper/theming/unstyleddoc.js b/components/doc/stepper/theming/unstyleddoc.js new file mode 100644 index 0000000000..36d8b59869 --- /dev/null +++ b/components/doc/stepper/theming/unstyleddoc.js @@ -0,0 +1,36 @@ +import { DocSectionCode } from '@/components/doc/common/docsectioncode'; +import { DocSectionText } from '@/components/doc/common/docsectiontext'; + +export const UnstyledDoc = (props) => { + const code = { + basic: ` + + +

Content of Step 1

+