All Projects → jonniespratley → Predix Ui

jonniespratley / Predix Ui

Licence: other
Un-official Predix Design System React Components

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Predix Ui

Circuit Ui
SumUp's component library for the web
Stars: ✭ 625 (+5108.33%)
Mutual labels:  react-components
React Awesome Query Builder
User-friendly query builder for React
Stars: ✭ 682 (+5583.33%)
Mutual labels:  react-components
Base
React-UI-Kit - frontend library with ReactJS components
Stars: ✭ 18 (+50%)
Mutual labels:  react-components
Pivotal Ui
Pivotal's design system & component library
Stars: ✭ 637 (+5208.33%)
Mutual labels:  react-components
Structor
Structor - React UI Builder [DEPRECATED]
Stars: ✭ 5,522 (+45916.67%)
Mutual labels:  react-components
Awesome Ui Component Library
Curated list of framework component libraries for UI styles/toolkit
Stars: ✭ 702 (+5750%)
Mutual labels:  react-components
Cj Upload
Higher order React components for file uploading (with progress) react file upload
Stars: ✭ 589 (+4808.33%)
Mutual labels:  react-components
React Rewards
Package containing a few microinteractions you can use to reward your users for little things and make them smile!
Stars: ✭ 841 (+6908.33%)
Mutual labels:  react-components
React Facebook
Facebook components like a Login button, Like, Share, Chat, Comments, Page or Embedded Post
Stars: ✭ 661 (+5408.33%)
Mutual labels:  react-components
Zarm
基于 React、React-Native 的移动端UI组件库
Stars: ✭ 816 (+6700%)
Mutual labels:  react-components
React Decoration
A collection of decorators for React Components
Stars: ✭ 641 (+5241.67%)
Mutual labels:  react-components
React Bluekit
Automatically generating a component library from your React components (ES5, ES6, Typescript)
Stars: ✭ 658 (+5383.33%)
Mutual labels:  react-components
Baseweb
A React Component library implementing the Base design language
Stars: ✭ 7,213 (+60008.33%)
Mutual labels:  react-components
React Vertical Timeline
Vertical timeline for React.js
Stars: ✭ 637 (+5208.33%)
Mutual labels:  react-components
Tincture
Frontend development toolkit for ClojureScript
Stars: ✭ 24 (+100%)
Mutual labels:  react-components
Rsuite
🧱 A suite of React components .
Stars: ✭ 6,344 (+52766.67%)
Mutual labels:  react-components
Awesome React Components
Curated List of React Components & Libraries.
Stars: ✭ 28,626 (+238450%)
Mutual labels:  react-components
React Redux Idle Monitor
Higher order react component for redux-idle-monitor.
Stars: ✭ 10 (-16.67%)
Mutual labels:  react-components
Folo
📋 Form & Layout JS Components
Stars: ✭ 26 (+116.67%)
Mutual labels:  react-components
Wix Style React
A collection of React components that conform to Wix Style.
Stars: ✭ 798 (+6550%)
Mutual labels:  react-components

predix-ui

Unoffical React components that implement Predix's Design System CSS.

Build Status style: styled-components Dependency Status npm downloads npm version Module Formats

For more information on Predix UI visit https://www.predix-ui.com/#/home

Why? Well the predix-ui library is built with Polymer. This project attempts to bring those components to React.

Usage

To use this library simply install it with npm or yarn:

$ npm install predix-ui

Then import the components you want to use.

If you're not using a module bundler or package manager we also have a global ("UMD") build hosted on the unpkg CDN. Simply add the following <script> tag to the bottom of your HTML file:

<script src="https://unpkg.com/predix-ui/dist/predix-ui.min.js"></script>
import { Card } from 'predix-ui';                  
<Card headerText='My Card'>
    This is a card
</Card>

Theme

The component styles are all in separate .css files or you can use the entire theme.

<link rel='stylesheet prefetch' href='https://unpkg.com/predix-ui/dist/predix-ui.min.css'/>
<link rel='stylesheet prefetch' href='https://unpkg.com/predix-ui/dist/px-dark-theme.min.css'/>

Starter Project

You can get started quickly with this starter project.

<div class="glitch-embed-wrap" style="height: 450px; width: 100%;">
  <iframe src="https://glitch.com/embed/#!/embed/jps-react-predix-ui-starter?path=src/components/App/index.js&previewSize=100" alt="jps-react-predix-ui-starter on glitch" style="height: 100%; width: 100%; border: 0;"></iframe>
</div>

License

See LICENSE for more details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].