1.0.10 • Published 2 months ago

compound-design-system v1.0.10

Weekly downloads
-
License
ISC
Repository
github
Last release
2 months ago

Welcome to Compound

The Phoenix Group design system is called Compound and its purpose is to facilitate efficient and more consistent practices. It will work on any JS platform like Angular, React or Vue.js

Getting started

Follow below steps to use compound design system

Installation

Start by installing the library.

npm i compound-design-system

Angular

Once you've installed the library, add below snippet to angular.json

"assets": [
    "src/favicon.ico",
    "src/assets",
        {
        "glob": "**/*",
        "input": "./node_modules/compound-design-system/assets",
        "output": "./assets/"
        }
],
"styles": [
    "src/styles.scss",
    "./node_modules/compound-design-system/co-style.css",
],
"script: [
    "./node_modules/compound-design-system/compound.min.js",
]"

This snippet will help in loading assets and styles from compound design system library.

React

Coming soon...

Vue

Coming soon...

1.0.10

2 months ago

1.0.9

3 months ago

1.0.0

3 months ago

1.0.8

3 months ago

1.0.7

3 months ago

1.0.6

3 months ago

1.0.5

3 months ago

1.0.3

3 months ago

1.0.4

3 months ago

0.0.1

3 months ago

1.0.2

6 months ago

1.0.1

6 months ago