You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,10 @@ JavaScript library for creating CSS selectors for a given DOM element or multipl
4
4
5
5
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.
6
6
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.
0 commit comments