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

@clearchannel/iris

Package Overview
Dependencies
Maintainers
5
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clearchannel/iris

Iris Component Library

  • 1.4.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
5
Created
Source

Iris

Quickly build React apps with Clear Channel Outdoor's Iris design system. This library extends MUI and includes design tokens and components for rapid development of beautiful, consistent and accesible apps.

Review the documentation for more information including package usage, component and design token reference, styling considerationsion and examples.

Quick Start

Install the package.

npm install @clearchannel/iris

Wrap your app in a <CCOThemeProvider> component to inherit Iris theming for your app and begin using Iris components.

// App.js

import { CCOThemeProvider, Button } from '@clearchannel/iris'

const App = () => (
  <CCOThemeProvider>
    <Button>My Button</Button>
  </CCOThemeProvider>
)

export default App

Local Development

Start a local Iris Storybook, with hot-reloading at localhost:6006.

npm run storybook

For running Storybook the first time, you must build all of the logo and icon components:

npm run svgr

FAQs

Package last updated on 13 Mar 2023

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