New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pipeline-ui

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipeline-ui

PIPELINE Design System react component library.

0.1.6
Source
npm
Version published
Weekly downloads
13
-35%
Maintainers
1
Weekly downloads
 
Created
Source

pipeline-ui

PIPELINE Design System's react component library.

NPM JavaScript Style Guide Travis Build Status Join the community on Twitter

PIPELINE is a project from HEADLINE Design, aiming to provide adaptable components and design standards for decentralized Algorand applications (dAApps). Our goal is to make it easier for developers to build dAApps with outstanding user experience. If you're interested, we have written a bit more about our rationale and approach to building PIPELINE.

PIPELINE is in beta development and should not be considered stable today. We have made the project public in a very early stage of work in order to gather feedback from the community of designers and developers building Algorand dAApps.

We are actively working on adding new components to PIPELINE and will be sharing more information on the roadmap very soon.

Install

npm install --save pipeline-ui styled-components

Usage

import React, { Component } from 'react'

import { Button } from 'pipeline-ui'

class Example extends Component {
  render() {
    return <Button size={'medium'}>Click me!</Button>
  }
}

Change log

0.1.3

  • Theming
  • Buttons and other simple components

License

MIT © PIPELINE UI

FAQs

Package last updated on 28 Jun 2021

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