Skip to content

tomkle/bbw-mock-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbw-mock-data

Blue Billywig mock-data for Figma.

How to use

Add additional mock data

You can add additional mock data by editing the index.json file.

Add a new category to the bottom of the lists section:

{
  "name": "Blue Billywig",
  "lists": [
    {
      "name": "Clipt titles",
      "path": "clip-titles.txt"
    },
    {
      "name": "Duration",
      "path": "duration.txt"
    },
    {
      "name": "ID",
      "path": "id.txt"
    },
    {
      "name": "Project names",
      "path": "projects.txt"
    },
    {
      "name": "Names",
      "path": "names.txt"
    },
    {
      "name": "New category",
      "path": "new-category.txt"
    }
  ]
}

Then create the new-category.txt file in this repo and start adding your input. Each (new)line is a unique entry.

First entry
Second entry
Third entry
etcetera

About

Blue Billywig mock-data for Figma.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published