lens

Create your account

Start creating beautiful screenshots in seconds

or continue with email

By creating an account, you agree to our Terms and Privacy Policy

Already have an account? Sign in

Join thousands of creators
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