@cloudfour/patterns

Front-end patterns for cloudfour.com

Usage no npm install needed!

<script type="module">
  import cloudfourPatterns from 'https://cdn.skypack.dev/@cloudfour/patterns';
</script>

README

Cloud Four Patterns 🚧

NPM version Build Status Netlify Status

🚨 You are currently viewing the v-next branch. This represents a significant refactor of our environment and coding standards. It is a work in progress and not yet ready for use.

If you’re looking for the most stable version of our pattern library, check out the master branch.

View Netlify Preview →

Installation

The package includes both the compiled code and the source files. So you can either include the compiled CSS and JS directly, or load the source files using your own build system. If you use the source files, you'll need to compile them yourself using Sass and PostCSS.

You can add the pattern library package as a dependency to your JavaScript application using npm:

npm install @cloudfour/patterns

Contributing

To learn how to run this project locally, modify existing patterns, or create new ones, please see the contribution guidelines for this project.