All Projects → contiamo → Operational Ui

contiamo / Operational Ui

Licence: mit
Building blocks for effective operational interfaces

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Operational Ui

Pivotal Ui
Pivotal's design system & component library
Stars: ✭ 637 (+146.9%)
Mutual labels:  design-system, react-components, component-library
Hiui
HIUI is a solution that is adequate for the fomulation and implementation of interaction and UI design standard for front, middle and backend.
Stars: ✭ 366 (+41.86%)
Mutual labels:  design-system, react-components, component-library
paragon
💎 An accessible, theme-ready design system built for learning applications and Open edX.
Stars: ✭ 85 (-67.05%)
Mutual labels:  react-components, component-library, design-system
Circuit Ui
SumUp's component library for the web
Stars: ✭ 625 (+142.25%)
Mutual labels:  design-system, react-components, component-library
Axiom React
Axiom - Brandwatch design system and React pattern library
Stars: ✭ 41 (-84.11%)
Mutual labels:  design-system, react-components, component-library
Styleguide
The VTEX Design System and React component library.
Stars: ✭ 138 (-46.51%)
Mutual labels:  design-system, react-components, component-library
smores-react
🍭 Marshmallow React components
Stars: ✭ 34 (-86.82%)
Mutual labels:  react-components, component-library, design-system
marble
Marble is the design system used by The Metropolitan Museum of Art 🏛
Stars: ✭ 14 (-94.57%)
Mutual labels:  component-library, design-system
neptune-web
Wise Web Design System
Stars: ✭ 55 (-78.68%)
Mutual labels:  react-components, design-system
sodium-ui
Sodium is a simple, modular and customizable web component library to build elegant and accessible UI pieces for your React Application.
Stars: ✭ 23 (-91.09%)
Mutual labels:  component-library, design-system
mayflower
Mayflower Mono Repo (react and pattern lab and documentation)
Stars: ✭ 17 (-93.41%)
Mutual labels:  component-library, design-system
Stardust
🎨Tiller Design System
Stars: ✭ 19 (-92.64%)
Mutual labels:  react-components, design-system
fyndiq-ui
Library of reusable web frontend components for Fyndiq
Stars: ✭ 39 (-84.88%)
Mutual labels:  react-components, component-library
paramount
React Component Library for React Native and React Web
Stars: ✭ 23 (-91.09%)
Mutual labels:  component-library, design-system
lerna-starter
Simple React UI Development environment boilerplate to develop, test and publish your React components.
Stars: ✭ 55 (-78.68%)
Mutual labels:  react-components, component-library
carbon-components-svelte
Svelte implementation of the Carbon Design System
Stars: ✭ 1,615 (+525.97%)
Mutual labels:  component-library, design-system
kahi-ui
Straight-forward Svelte UI for the Web
Stars: ✭ 169 (-34.5%)
Mutual labels:  component-library, design-system
tds-community
TELUS Design System Community Components
Stars: ✭ 22 (-91.47%)
Mutual labels:  component-library, design-system
comento-ui
Vue UI components used in Comento
Stars: ✭ 25 (-90.31%)
Mutual labels:  component-library, design-system
vf-core
A (primarily CSS) framework that targets needs of life science websites and services
Stars: ✭ 16 (-93.8%)
Mutual labels:  component-library, design-system

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.

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].