lens

Welcome back

Sign in to your account to continue creating beautiful screenshots

or

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>
Beautiful screenshots in seconds