Category "saas"

Using Google docs in a multi-tenant SaaS application

I am building a multitenant SaaS application for multipule companies to use. One of the features of the application is that it will create a document based fro

How to customize Date Picker via simple css?

I am trying to achieve this My code is below HTML <input type="date" > CSS input { border: 1px solid gray; border-radius: 4px; }