Skip to content

Commit 810a51f

Browse files
committed
doc: add link to sandbox in readme
1 parent 51a573e commit 810a51f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ JavaScript library for creating CSS selectors for a given DOM element or multipl
44

55
It also generates shorter selectors and is faster and/or more robust than many other libraries - see this [comparison](https://github.com/fczbkk/css-selector-generator-benchmark) and select the best alternative for your use case.
66

7+
## Try it
8+
9+
You can try the library in the [sandbox](https://fczbkk.github.io/css-selector-generator-sandbox/) - write HTML code and see what CSS selectors the library produces.
10+
711
## Install
812

913
Add the library to your project via NPM or Yarn.

0 commit comments

Comments
 (0)