1.1.6 • Published 1 year ago

@foa-companies/design-system v1.1.6

Weekly downloads
-
License
GPL-2.0
Repository
-
Last release
1 year ago

FOA Design System

The base styles for all FOA Projects based off Bootstrap 5

Installation

Install foa-design-system with npm

  npm install foa-design-system --save-dev

Include

Open the angular.json file and look for the styles and scripts section inside Projects section

"styles": [
    "styles.css"
],
"scripts": [],

And modify it to look like this:

"styles": [
    "node_modules/foa-design-system/dist/css/design-system.css",
    "src/styles.scss"
],
"scripts": [
    "node_modules/foa-design-system/dist/js/design-system.js"
]

Use

1.1.6

1 year ago

1.1.5

1 year ago

1.1.4

1 year ago