cypress-io / cypress-design

Find here all the components to build UI with the Cypress Brand

Home Page:https://design.cypress.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Type of class attribute for icons is wrong

elevatebart opened this issue · comments

Vue class attribute is a string for now.

It should be a ClassObject | array<ClassObject> where ClassObject is string | Record<string, boolean>