Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/impress-org/givewp-design-system

The design system of GiveWP for use in development
https://github.com/impress-org/givewp-design-system

Last synced: 3 days ago
JSON representation

The design system of GiveWP for use in development

Awesome Lists containing this project

README

        

# 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:

```bash
npm install @givewp/design-system
```

Retrieve directly via the unpkg CDN:

```html

```

## 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.