add react suggestion example

This commit is contained in:
Philipp Kühn
2021-03-16 19:12:26 +01:00
parent 6841408e0d
commit 9201a7dff2
11 changed files with 288 additions and 10 deletions

View File

@@ -0,0 +1,7 @@
context('/demos/Examples/Community/Vue', () => {
before(() => {
cy.visit('/demos/Examples/Community/Vue')
})
// TODO: Write tests
})