
Security News
Safari 18.4 Ships 3 New JavaScript Features from the TC39 Pipeline
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
pipeline-ui
Advanced tools
PIPELINE Design System's react component library.
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.
npm install --save pipeline-ui styled-components
import React, { Component } from 'react'
import { Button } from 'pipeline-ui'
class Example extends Component {
render() {
return <Button size={'medium'}>Click me!</Button>
}
}
MIT © PIPELINE UI
FAQs
PIPELINE Design System react component library.
The npm package pipeline-ui receives a total of 2 weekly downloads. As such, pipeline-ui popularity was classified as not popular.
We found that pipeline-ui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Safari 18.4 adds support for Iterator Helpers and two other TC39 JavaScript features, bringing full cross-browser coverage to key parts of the ECMAScript spec.
Research
Security News
The Socket Research Team investigates a malicious Python package that enables automated credit card fraud on WooCommerce stores by abusing real checkout and payment flows.
Security News
Python has adopted a standardized lock file format to improve reproducibility, security, and tool interoperability across the packaging ecosystem.