pipeline-ui
PIPELINE Design System's react component library.

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