Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ritterim/platform-ui

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ritterim/platform-ui

A CSS framework used by Ritter Insurance Marketing (RIM) for our platform of agent tools.

  • 1.8.12
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

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

  • 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

Keywords

FAQs

Package last updated on 28 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc