https://github.com/themeselection/ss-assets
This public repository hosts and serves static image assets for ShadCN Studio via CDN. These images are used across various components, demos, and documentation.
https://github.com/themeselection/ss-assets
Last synced: 10 months ago
JSON representation
This public repository hosts and serves static image assets for ShadCN Studio via CDN. These images are used across various components, demos, and documentation.
- Host: GitHub
- URL: https://github.com/themeselection/ss-assets
- Owner: themeselection
- Created: 2025-04-17T06:10:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-07-22T14:02:49.000Z (10 months ago)
- Last Synced: 2025-07-22T16:07:53.989Z (10 months ago)
- Size: 19 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shadcn/Studio Assets
Use this repo for 'Shadcn/Studio' products assets (Global CDN)
> 💡 Use this repo as single source of truth for the template assets.
## Folder Structure
```
ss-assets
├── avatar (common)
├── logo (common)
├── smm (common)
├── blocks
│ ├── marketing-ui
│ │ ├── features
│ ├── E-commerce
```
Table of contents:
| Folder | Purpose |
| ----------------- | --------------------------------------------------------------------------------------------------------------------- |
| logo | Folder contains template logo **common for all versions**, can be used in repo readme file |
| smm | Folder contains images for **item-page banner**, can be used in repo readme file |
| common | Folder contains images for **commen for all blocks**, can be used in repo readme file |
| blocks | Folder contains images for **for blocks**, can be used in repo readme file |
## Usage
To use assets over cdn:
```
https://cdn.shadcnstudio.com/ss-assets/path/to/file.extension
```
Usage examples:
**Logo**
> The designated file name for the **logo** is **logo.png**, enabling effortless usage across multiple platforms.
```
https://cdn.shadcnstudio.com/ss-assets/logo/logo.png
```