ritterim / platform-ui

A CSS framework build all of our apps and websites.
https://platformui.com
MIT License
3 stars 4 forks source link
css framework

Platform UI

npm (scoped) npm example workflow

Platform UI is a CSS framework developed by RIMdev for Ritter Insurance Marketing for our platform of agent and staff facing tools.

Learn more at platformui.com

Table of Contents

Get Started

CDN

jsDelivr

<!-- In the <head> of your site. -->
<link rel="dns-prefetch" href="https://cdn.jsdelivr.net" crossorigin>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@ritterim/platform-ui/dist/platform-ui.min.css" crossorigin>
<!-- Directly before the closing </body> tag of your site. -->
<script src="https://cdn.jsdelivr.net/npm/@ritterim/platform-ui/dist/js/platform-ui.min.js" crossorigin defer></script>

unpkg

<!-- In the <head> of your site. -->
<link rel="preconnect" href="https://unpkg.com" crossorigin>
<link rel="stylesheet" href="https://unpkg.com/@ritterim/platform-ui/dist/platform-ui.min.css" crossorigin>
<!-- Directly before the closing </body> tag of your site. -->
<script src="https://unpkg.com/@ritterim/platform-ui/dist/js/platform-ui.min.js" crossorigin defer></script>

Packages

Available on npm and yarn

npm i @ritterim/platform-ui
yarn add @ritterim/platform-ui

Scripts

License

MIT