🚀 Socket Launch Week 🚀 Day 1: Introducing .NET Support in Socket.Learn More

pipeline-ui

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pipeline-ui

PIPELINE Design System react component library.

0.14.0
Version published
Weekly downloads
14
-17.65%
Maintainers
1
Weekly downloads
 
Created

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 applications (dAApps). Our goal is simply to make it easier 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 initial 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.0

  • Theming
  • Buttons and other simple components

License

MIT © PIPELINE UI

FAQs

Package last updated on 08 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