Skip to content

bimohxh/uiset

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published