cds-webkit
v0.0.5
Published
The CDS Webkit is a system for building accessible and mobile-friendly services.
Readme
What is this?
The CDS Webkit is a system for building accessible and mobile-friendly services.
CDS Webkit uses TailwindCSS, a utility-first css framework as a foundation upon which we've built some components that are commonly used in our projects.
Why Tailwind CSS?
Providing a utility-first css framework under the hood means the developer has the tools to quickly build out user interfaces using a standard set of components, without handcuffing their ability to customize or create new components.
Using the webkit
Develop the Webkit
git clone [email protected]:cds-snc/cds-webkit.git
cd cds-webkit
yarn
yarn dev