Category

March 31, 2023 ยท View on GitHub

A high-quality, free and commercially available UI resources. anyone can recommend.

Category

Submit

Clone this project, then create a new directory under categorys/[category], add the following two files and create a pr

1ใ€meta.json (Required) The information used to describe the resource, the format is as follows

{
    "name": "Lucide",
    "summary": "A good iconset",
    "summary_zh": "ไธ€ไธชๅฅฝ็œ‹็š„ๅ›พๆ ‡้›†",
    "website": "https://lucide.dev/",
    "github": "https://github.com/lucide-icons/lucide",
    "license": {
        "name": "ISC",
        "url": "https://github.com/lucide-icons/lucide/blob/main/LICENSE"
    },
    "payload": {
        "count": 10
    },
    "tags": ["Materia Design"]
}
  • name: Resource name, required.
  • summary: An english brief description of the resource, requiredใ€‚
  • summary_zh: A chinese brief description of the resource, requiredใ€‚
  • website: Resource website address, required.
  • github: The GitHub open source address of the resource, optional.
  • license: Resource license agreement, optional (name and url must be filled in at least one)ใ€‚
    • name: License name.
    • url๏ผš License address.
  • payload: optional
    • count๏ผš Quantity, such as the number of icons and illustrations
  • tags: custom tags

2ใ€thumbnail.png (*Required) Thumbnail, recommended size 300 * 300 px, please use https://tinypng.com/ to compress the thumbnail.