• Stars
    star
    258
  • Rank 158,163 (Top 4 %)
  • Language
    TypeScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Building blocks for effective operational interfaces

Operational UI Components

The @operational/components package contains simple, stateless UI building blocks - your typical input fields, buttons, cards, grids, and so on. See demo and docs.

Getting Started

Install the package via npm or yarn:

npm install @operational/components

Create your first application like so:

import * as React from "react"
import { Button, OperationalUI } from "@operational/components"

// Always wrap your interface in the `OperationalUI` wrapper,
// which does important setup work, and takes a single child element.
// See https://www.npmjs.com/package/%40operational%2Fcomponents
const App = () => (
  <OperationalUI>
    <Button>Hello</Button>
  </OperationalUI>
)

Contributing

To get started contributing, please check out our contributing guidelines.

More Repositories

1

restful-react

A consistent, declarative way of interacting with RESTful backends, featuring code-generation from Swagger and OpenAPI specs ๐Ÿ”ฅ
TypeScript
1,872
star
2

openapi-generator-go

An opinionated OpenAPI v3 code generator for Go. Use this to generate API models and router scaffolding.
Go
91
star
3

rhombic

SQL parsing, lineage extraction and manipulation
TypeScript
47
star
4

react-connect-context

A simple tool to map context from React 16.3's new Context API to a component's props.
TypeScript
38
star
5

redux-track

A piece of redux middleware that maps dispatch calls to a provided (usually tracking) function.
TypeScript
18
star
6

react-runtime-config

Provide a typesafe runtime configuration inside a react app
TypeScript
16
star
7

jwt

JWT for Humans
Go
15
star
8

openfaas-templates

C++
15
star
9

operational-visualizations

Custom data visualizations for ambitious data-driven interfaces
TypeScript
10
star
10

go-base

This module contains common packages for Contiamo projects written in Go
Go
10
star
11

tucson

Runtime validator that doesn't leave you in the desert ๐Ÿœ๏ธ
TypeScript
8
star
12

operational-scripts

A TypeScript-first toolchain for developing front-end applications.
JavaScript
7
star
13

goserver

helper package to setup network apps with ease
Go
6
star
14

omniauth-magento

Omniauth strategy for magento
Ruby
4
star
15

datahub-postgres-lineage

Python
4
star
16

spark-datasource-sap

Proof-of-concept SAP data source for Spark
Scala
3
star
17

intervenejs

JavaScript
2
star
18

pantheon-jdbc

Java
2
star
19

contiamo-client-python

Jupyter Notebook
2
star
20

wikipedia-clickstream

Jupyter Notebook
1
star
21

retag-push

TypeScript
1
star
22

speccy-lint-action

TypeScript
1
star
23

spark-history-server-helm

Mustache
1
star
24

debug-functions

debug-functions
Python
1
star
25

git-metadata-action

TypeScript
1
star