koustov / css-builder

CSS Builder is a unique application to learn, adapt, develop and test CSS snippets. It's being developed as a library which means anyone can consume it and provide form customization for their product in real time.
https://css-builder.vercel.app
MIT License
12 stars 8 forks source link

Attribute definition request for "W" #33

Closed koustov closed 3 years ago

koustov commented 3 years ago

Attribute Prefix

Attributes start with "W"

Is for an entire prefix or partial implementation

Full

If partial, mention segment count

NA

Definition template

All the attribute definitions are maintained under definitions directory and here is the template Template:

[
  {
    "display": "<Display Name>",
    "description": "<A very simple description, not going much technical>",
    "link": "<External link to get more details>",
    "propertyName": "<Underneath attribute name>",
    "valuetemplate": "<The template for the value>",
    "categories": ["<A list of categories this attribute can belong>"], 
    "tags": "<A comma separated values for adding tags which is more internal for filter/search etc>",
    "controls": [<List of controls that is required to build the value>]
  }
]
eemike07 commented 3 years ago

I could tackle this one - please update tag to hacktoberfest

koustov commented 3 years ago

I could tackle this one - please update tag to hacktoberfest

Good catch, thank you. I am updating.