Skip to content

MLTSHP/mltshp-patterns

Folders and files

NameName
Last commit message
Last commit date
Jan 4, 2024
Jan 14, 2025
May 16, 2023
Jan 14, 2025
Sep 15, 2021
May 16, 2023
May 16, 2023
May 16, 2023
May 16, 2023
May 16, 2023
May 16, 2023
May 17, 2023
May 16, 2023
Jan 4, 2024
Oct 13, 2020
Jan 4, 2024
Mar 7, 2020
May 16, 2023
May 16, 2023
Jul 14, 2023
Jan 4, 2024
Jan 15, 2025
Jan 15, 2025
May 16, 2023
May 16, 2023
May 16, 2023

Repository files navigation

MLTSHP Patterns

NPM version Build Status Renovate Netlify Status

Pattern Library for MLTSHP Apps

Welcome to the Pattern Library repository! The intent is that any MLTSHP app should be able to consume the Pattern Library package to quickly inherit the MLTSHP look and feel. This package is being used on the main MLTSHP site, so we're eating our own dogfood here.

Contributions are welcome! Please see the Contributing Guide.

Installation

Pull in MLTSHP's pattern library files into nearly any project with a package manager.

The package includes both the compiled code and the source files. So you can either include the compiled CSS, or load the source files directly. If you use the source files, you'll need to compile them yourself, using Sass and postcss-inline-svg.

Install in your Node.js powered apps using npm or yarn:

npm install mltshp-patterns
yarn add mltshp-patterns