--- title: "React Elements" description: "Speed up your frontend development" --- The documentation is currently a work in progress and not complete. Not only creating and maintaing a backend is time-consuming, but also integrating it into your frontend can be a hassle. With `bknd/elements`, you can easily add media uploads and authentication forms to your app without having to figure out API details. ## Media uploads ```tsx import { Media } from "bknd/elements" export function UserAvatar() { return } ```