@brandsourcedigital/avb-ui-styles

A CSS UI kit that styles components and elements used in applications built with AVB-UI.

Usage no npm install needed!

<script type="module">
  import brandsourcedigitalAvbUiStyles from 'https://cdn.skypack.dev/@brandsourcedigital/avb-ui-styles';
</script>

README

AVB-UI Styles

npm version

A CSS UI kit that styles components and elements used in applications built with AVB-UI.

Usage

Via npm/yarn

Install the package via npm or yarn using the following commands:

  • npm
    npm install @brandsourcedigital/avb-ui-styles --save
    
  • yarn
    yarn add @brandsourcedigital/avb-ui-styles
    

Using a bundler like Webpack, add it is a dependency through the config file:

entry: {
  "build.js": [
    "@brandsourcedigital/avb-ui-styles",
    // Other files here
  ]
}

Via <link>

Take the files from the dist/ directory and add it to your project. Within the HTML file, include the following in the <head> of the document:

<link rel="stylesheet" type="text/css" href="path/to/avb-ui-styles.css">

Contributing

See the Contribution doc for more details.