npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

@mussonindustrial/pyro-mui-joy

v0.5.0

Published

A port of Material UI Joy Theme for Ignition by Inductive Automation

Downloads

128

Readme

pyro-mui-joy

NPM Version

pyro-mui-joy is a port of mui-joy for Ignition Perspective.

Warning This repo is currently in active development, and breaking changes are to be expected.

About Joy UI

Joy UI is an open-source React component library that follows a lightly opinionated design direction, for a clean and modern UI that gives you plenty of room to customize the look and feel.

Maintained by MUI, Joy UI is an alternative to Material UI for projects that don't adhere to Material Design guidelines as a design system starting point.

Joy UI follows a lightly opinionated design direction called Joy Design. Simple and functional, it offers a thoughtfully crafted set of defaults to ensure that your next project looks and feels great before you even begin customizing.

Installation

This project generates several files required for installation:

  • Light (joy-light), dark (joy-dark), and Auto (joy-auto) CSS theme files for Perspective
  • An Ignition project import file containing a full set of Perspective Style Classes
  • A set of fonts

Features

  • Light/Dark/Auto Modes
  • Color Inversion Support
  • Variant/Palette Support

Building

git clone https://github.com/mussonindustrial/pyro
cd pyro
npm install
cd packages/pyro-mui-joy
npm run build

Testing

This project provides a docker-based development server for rapid iteration.

[!IMPORTANT] You must have a container environment (i.e. Docker) installed on your system to use the development server. After the docker container starts, this projects themes, fonts, and Perspective style classes are automatically loaded into the Ignition gateway. When changes are detected to the project's source files, the theme is rebuilt and re-uploaded to the development server.

git clone https://github.com/mussonindustrial/pyro
cd pyro
npm install
cd packages/pyro-mui-joy
npm run build
npm run dev

Changelog

The changelog is regularly updated to reflect what's changed in each new release.

Stable Release Timeline

The target for v1.0.0 is to support all basic Perspective components and provide a full suite of helper style-classes. Support for complex Perspective components (charts, menus, equipment schedule, trees, etc.) is not a priority.

  • [x] Resources
    • [x] Color Palette
      • [x] Light Mode
      • [x] Dark Mode
      • [x] Auto Mode
    • [x] Variant Mixins
    • [x] Fonts
    • [ ] Component Showcase
    • [ ] Screenshots
  • [ ] Perspective Components
    • [x] Button
    • [x] Canvas
    • [ ] Checkbox
    • [ ] Date-Time Picker (beta)
    • [x] Drop Down
    • [x] Numeric Entry
    • [x] Password Field
    • [ ] Radio
    • [ ] Slider (beta)
    • [ ] Symbol
    • [ ] Table (beta)
    • [x] Text Area
    • [x] Text Field
    • [ ] Toggle
  • [ ] Helper Classes
    • [ ] Background Colors
    • [ ] Button Group (beta)
    • [x] Card
      • [x] Base Card
      • [x] Card Overflow
      • [x] Card Cover
    • [ ] Chip
      • [x] Base Chip
      • [x] Chip Button
      • [x] Chip Icons
      • [ ] Chip Delete Button (beta)
    • [ ] Color Inversion (beta)
      • [ ] Soft Context
      • [ ] Solid Context
      • [ ] Color Inversion Reset
    • [x] Divider
      • [x] Horizontal
      • [x] Vertical
    • [x] Sheet
    • [x] Typography

Copyright and Licensing

Copyright (C) 2023 Musson Industrial

Free use of this software is granted under the terms of the MIT License.