1.1.0 • Published 1 year ago

@givewp/design-system-foundation v1.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

GiveWP Design System

This is the design system for GiveWP intended for development. It's very simple and currently only includes the foundational design system for both marketing and product development.

Getting Started

The design system is simply a bunch of CSS Properties. There are no components, classes, or other such things. You simply import the CSS file and use the properties in your own CSS.

There are two ways to install and use the design system:

Install via NPM:

npm install @givewp/design-system

Retrieve directly via the unpkg CDN:

<link rel="stylesheet" href="https://unpkg.com/@givewp/design-system@master/css/foundation.css">

Using pieces of the design system

The design system is broken up into several files. You can import the entire design system via the foundation.css file, or you can import individual files.

1.1.0

1 year ago

1.0.0

1 year ago