@brandsourcedigital/avb-ui-styles v2.12.2
AVB-UI Styles
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.
6 years ago
6 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
7 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago