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

@anyuzer/starter-ux-lib

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anyuzer/starter-ux-lib

A UX component library scaffold, ready for multi-tenant applications

  • 0.0.7
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

starter-ux-components

This is my basic structure for a reusable component library for multi-tenant react apps. It's intended to be published as an npm package (likely private), and installed in your front end applications.

Manage your themes, and component logic in your ux-library, then build and upgrade front end applications safely.

Comes out of the box with convenient methodology for building mobile first, highly performance responsive sites. Example theme, with example components is configured and used in starter-ux repo.

Basic usage

  • Install requirements for local development: npm install
  • Run storybook to test components: npm run storybook
  • Build compiled components: npm run build
  • Build AND publish a patch (0.0.+1) to npm: npm run publishPatch

Basic Structure

  • /.storybook (storybook config)
  • /dist (compiled minified components)
  • /src
    • /themes (theme configuration)
    • /utils (convenience functions for writing themed styles)
    • /UX (individual React components)

Storybook

Notes

  • The script npm run publishPatch will not work if you manually build and commit the build first. This is because the build won't produce any changes, and then the git commit identifies there is nothing to commit and exits (breaking the command chain).

FAQs

Package last updated on 07 Apr 2022

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