Skip to content

A simple OCR app, where you can paste your images and get its text

Notifications You must be signed in to change notification settings

itodevio/clip-vision

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example app with Grommet

This example shows how to use the Grommet UI library with Next.js.

It works by extending the <Document /> to enable server-side rendering of styled-components, which are used by Grommet, and extending <App /> to provide a Grommet context (and optionally a theme) for all child pages and components.

Preview

Preview the example live on StackBlitz:

Open in StackBlitz

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-grommet with-grommet-app
# or
yarn create next-app --example with-grommet with-grommet-app

Deploy it to the cloud with Vercel (Documentation).

Try it on CodeSandbox

Open this example on CodeSandbox

About

A simple OCR app, where you can paste your images and get its text

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published