Skip to content

Commit 6020090

Browse files
committed
Merge pull request #428 from rironib/master
Added screenshot taking component
2 parents e4c317d + 7724d0b commit 6020090

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ Please review our [contributing guidelines](https://github.com/brillout/awesome-
3636
- [Sticky](#sticky)
3737
- [Tabs](#tabs)
3838
- [Loader](#loader)
39+
- [Captcha](#captcha)
3940
- [Carousel](#carousel)
4041
- [Buttons](#buttons)
4142
- [Collapse](#collapse)
@@ -52,6 +53,7 @@ Please review our [contributing guidelines](https://github.com/brillout/awesome-
5253
- [Paginator](#paginator)
5354
- [Markdown Viewer](#markdown-viewer)
5455
- [Canvas](#canvas)
56+
- [Screenshot](#screenshot)
5557
- [Miscellaneous](#miscellaneous)
5658
- [Form Components](#form-components)
5759
- [Date / Time picker](#date--time-picker)
@@ -230,6 +232,11 @@ _Loaders / spinners / progress bars — Let the user know that something is load
230232
- [react-spinners](https://github.com/davidhu2000/react-spinners) - A collection of loading spinner components for react.
231233
- [react-content-loader](https://github.com/danilowoz/react-content-loader) - SVG-Powered component to easily create placeholder loadings (like Facebook's cards loading).
232234

235+
### Captcha
236+
237+
- [react-simple-captcha](https://github.com/masroorejaz/react-simple-captcha) - [npm](https://www.npmjs.com/package/react-simple-captcha) - [demo](https://www.scriptse.com/blog/add-captcha-in-reactjs-application/react-simple-captcha-demo/) - React Simple Captcha is a very powerful, highly customizable and easy to use captcha for React JS.
238+
- [procaptcha](https://github.com/prosopo/captcha) - [demo](https://prosopo.io/) - [docs](https://docs.prosopo.io/) - Privacy focused free CAPTCHA
239+
233240
### Carousel
234241

235242
- [@egjs/react-flicking](https://github.com/naver/egjs-flicking/blob/master/packages/react-flicking/) - [npm](https://www.npmjs.com/package/@egjs/react-flicking) - [demo](https://naver.github.io/egjs-flicking/) - It's reliable, flexible and extendable carousel.
@@ -388,10 +395,13 @@ _Sketch input using Canvas or SVG_
388395
- [react-sketch-canvas](https://github.com/vinothpandian/react-sketch-canvas) - [Demo](https://vinoth.info/react-sketch-canvas/?path=/story/*) Freehand vector drawing tool for React using SVG as canvas. Accepts input from Mouse, touch, and graphic tablets
389396
- [react-heat-map](https://github.com/uiwjs/react-heat-map) - A lightweight calendar heatmap react component built on SVG, customizable version of GitHub's contribution graph.
390397

398+
### Screenshot
399+
400+
- [urlbox](https://github.com/urlbox/urlbox-node) - Quickly generate screenshots, PDFs and other renders using the urlbox screenshot as a service API.
401+
391402
### Miscellaneous
392403

393404
- [puck](https://github.com/measuredco/puck) - [demo](https://puck-editor-demo.vercel.app/edit) - The self-hosted visual editor for React
394-
- [procaptcha](https://github.com/prosopo/captcha) - [demo](https://prosopo.io/) - [docs](https://docs.prosopo.io/) - Privacy focused free CAPTCHA
395405
- [react-advanced-news-ticker](https://github.com/ahmetcanaydemir/react-advanced-news-ticker) - [demo](https://www.ahmetcanaydemir.com/react-advanced-news-ticker/) - A flexible and animated vertical news ticker component
396406
- [react-avatar-generator](https://github.com/JosephSmith127/react-avatar-generator) - Allows users to create random kaleidoscopes to be used as avatars.
397407
- [react-awesome-query-builder](https://github.com/ukrbublik/react-awesome-query-builder) - [demo](https://ukrbublik.github.io/react-awesome-query-builder/) - Visual query builder from form fields, with SQL, MongoDB and JSON export

0 commit comments

Comments
 (0)