Skip to content

Commit 3cd2371

Browse files
[chore] Organize the v1 examples (#111)
### What changed? - Moved all example components into a new versioned directory structure: - Relocated `CustomDataframe`, `MaterialLogin`, and `RadioButton` examples from `/examples` to `/examples/v1/` - All files within these components maintained their internal structure ### Why make this change? - The new versioned directory structure (`/examples/v1/`) prepares for future component versions and provides better organization of examples by API version
1 parent 27b3742 commit 3cd2371

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+0
-0
lines changed

examples/CustomDataframe/custom_dataframe/__init__.py renamed to examples/v1/CustomDataframe/custom_dataframe/__init__.py

File renamed without changes.

examples/CustomDataframe/custom_dataframe/example.py renamed to examples/v1/CustomDataframe/custom_dataframe/example.py

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/.env renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/.env

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/.prettierrc renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/.prettierrc

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/index.html renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/index.html

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/package-lock.json renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/package-lock.json

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/package.json renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/package.json

File renamed without changes.

examples/CustomDataframe/custom_dataframe/frontend/public/bootstrap.min.css renamed to examples/v1/CustomDataframe/custom_dataframe/frontend/public/bootstrap.min.css

File renamed without changes.

0 commit comments

Comments
 (0)