Socket
Socket
Sign inDemoInstall

@redoxengine/redox-ui

Package Overview
Dependencies
3
Maintainers
21
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @redoxengine/redox-ui

Shared user interface components for use in Redox projects


Version published
Maintainers
21
Created

Readme

Source

Built With Stencil

Redox User Interface Components

Forked from: https://github.com/ionic-team/stencil-component-starter

Getting Started

git clone https://github.com/100health/redox-ui.git redox-ui
cd redox-ui

and run:

npm install
npm start

To watch for file changes during develop, run:

npm run dev

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test

Need help? Check out the Stencil docs here.

Using these components

Script tag

  • Publish to NPM
  • Put a script tag similar to this <script src='https://unpkg.com/@redoxengine/redox-ui/dist/redox-ui.js'></script> in the head of your index.html (or <script src='https://unpkg.com/@redoxengine/redox-ui@0.0.1/dist/redox-ui.js'></script> if you want a specific version).
  • Then you can use the elements anywhere in your template, JSX, html etc

Node Modules

  • Run npm install @redoxengine/redox-ui --save
  • Put a script tag similar to this <script src='node_modules/@redoxengine/redox-ui/dist/redox-ui.js'></script> in the head of your index.html
  • Then you can use the elements anywhere in your template, JSX, html etc

FAQs

Last updated on 08 Feb 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc