su-sws/stanford_components

This package is abandoned and no longer maintained. No replacement package was suggested.

Stanford Component Module for re-usable components

Installs: 1 069

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 13

Forks: 1

Open Issues: 1

Language:CSS

Type:stanford-module

dev-8.x-1.x 2017-10-26 21:42 UTC

This package is not auto-updated.

Last update: 2019-05-23 23:58:21 UTC


README

Version: 8.x-1.x

Maintainers: jbickar, sherakama

Changelog: Changelog.txt

Description

The Stanford Component module is a library of re-usable components. Please see
http://www.aleksip.net/using-ui-patterns-module-in-a-component-based-drupal-8-theme

Accessibility

WCAG Conformance 2.0 AA Badge Evaluation Date: 201X-XX-XX
This module conforms to level AA WCAG 2.0 standards as required by the university's accessibility policy. For more information on the policy please visit: https://ucomm.stanford.edu/policies/accessibility-policy.html.

Installation

Install this module like any other module. See Drupal Documentation

Configuration

Nothing special needed.

Troubleshooting

If you are experiencing issues with this module try reverting the feature first. If you are still experiencing issues try posting an issue on the GitHub issues page.

Developer

If you wish to develop on this module you will most likely need to compile some new css. Please use the sass structure provided and compile with the sass compiler packaged in this module. To install:

npm install
grunt watch
 or
grunt devmode

Contribution / Collaboration

You are welcome to contribute functionality, bug fixes, or documentation to this module. If you would like to suggest a fix or new functionality you may add a new issue to the GitHub issue queue or you may fork this repository and submit a pull request. For more help please see GitHub's article on fork, branch, and pull requests