Jul 17, 2023

Long form content (NIP-23)

Long form content note test from swarmstr.com

last test!

Please ignore ๐Ÿง„

compontent.tsx

    const formik = useFormik({
        initialValues: {
            content: '',
            title: ''
        },
        onSubmit: (values) => {
            console.log(`form submit`, {values});
        }
    });