React-Calendar with Custom Styles

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
  • react-calendar

    A modular toolkit to build calendar-related things in React (by freiksenet)

  • I was looking for a calendar to use in a React project and found the React-Calendar component. It has all the functionality that I was looking for and saves me a lot of time from building it out on my own. It can be controlled with state so that the selected date(s) can affect what displays in the app. I wanted to customize its styling to fit my project, so here's what I came up with!

  • styled-components

    Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

  • I will be using the styled-components package to add styles to my project, but this could all be done in a CSS file if that's your preferred method. Here's my starter code:

  • 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
  • blog-posts

    My repository for drafting blog posts and their associated example files. Posts will be published on DEV Community. (by fitzgeraldkd)

  • If you want to interact with the app built out for this blog post, it is available on GitHub. The file where all the styles are applied can be found here.

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

  • Next.js App Directory Architecture First Impressions

    5 projects | dev.to | 6 Mar 2023
  • How to create a beautiful toast message component using React and Styled Components?

    3 projects | dev.to | 19 Dec 2021
  • Mantine 3.0 is out – 120+ hooks and components with dark theme support

    4 projects | /r/reactjs | 11 Oct 2021
  • How to create a Theme in React/Typescript with styled-components

    2 projects | dev.to | 22 Sep 2021
  • 9 React Calendar Components for Your Next App

    6 projects | dev.to | 25 Apr 2024