Skip to content

tedk13/platform-ui

 
 

Repository files navigation

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

<!-- 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>
<!-- 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

  • start - Optimizes icons and generates icon font, then starts the Vite development server
  • build - Builds the package, runs all scripts prefixed with "build"
  • build:svgs - Optimizes all icon SVGs with SVGO
  • build:font - Creates the icon font based off the optimized SVGs
  • start:vite - Starts the Vite development server
  • build:vite - Optimizes everything and bundles as package

License

MIT

About

A CSS framework build all of our apps and websites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 86.5%
  • JavaScript 10.9%
  • Handlebars 2.3%
  • Batchfile 0.3%