Implementing a share button

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • sdorra.dev

    A blog about web development

  • For a complete example, which is styled with Tailwind CSS, have a look at the source code of my blog (ShareButton sdorra.dev).

  • murder

    Large scale server deploys using BitTorrent and the BitTornado library (by ervinb)

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • Tailwind CSS

    A utility-first CSS framework for rapid UI development.

  • For a complete example, which is styled with Tailwind CSS, have a look at the source code of my blog (ShareButton sdorra.dev).

  • headlessui

    Completely unstyled, fully accessible UI components, designed to integrate beautifully with Tailwind CSS.

  • For the modal we will use headlessui, because it makes it easy for us to implement the modal and we can style it how we want. Furthermore headlessui will handle the accessibility attributes and functions for us, which are quite complicated for modals.

  • extension-save-to-pocket

    Save to Pocket is a browser extension that is used to save pages to a connected Pocket account

  • import { Pocket } from "lucide-react"; type Props = { url: string; }; const PocketLink = ({ url }: Props) => ( Pocket a> );

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Arbitrary Styles With Tailwind JIT

    2 projects | dev.to | 5 Aug 2022
  • Shadcn UI: A Developer's Delight (My Experience)

    2 projects | dev.to | 2 May 2024
  • How to Build Your Own ChatGPT Clone Using React & AWS Bedrock

    5 projects | dev.to | 1 May 2024
  • JoblessDev: New Open-Source CS Job Platform for Students and Recent Grads

    1 project | news.ycombinator.com | 25 Apr 2024
  • Embark on a UI Odyssey: Top 5 Spectacular Libraries to Explore

    1 project | dev.to | 16 Apr 2024