Loading...
lens
Welcome back
Sign in to your account to continue creating beautiful screenshots
Email
Password
Sign in
or
Continue with Google
Don't have an account?
Create one
Privacy
ยท
Terms
Beautiful screenshots in seconds
Lens
App.tsx
index.ts
1
2
3
4
5
6
7
8
9
10
11
import
React
from
'react'
import
{ Button }
from
'@ui'
export
function
Dashboard
()
{
const
[
count
,
setCount
] =
useState
(
0
)
return
(
<div
className
=
"p-4"
>
<Button
onClick
=
{() => setCount(c => c+1)}
>
Count:
{
count
}
</Button>
Copy
Save
Share
Beautiful screenshots in seconds