An open API service indexing awesome lists of open source software.

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.

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
```