
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Rimble Design System's react component library.
Rimble is a project from ConsenSys Design, aiming to provide adaptable components and design standards for decentralized applications (dApps). Our goal is simply to make it easier to build dApps with outstanding user experience. If you're interested, we have written a bit more about our rationale and approach to building Rimble.
Rimble 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 dApps.
We are actively working on adding new components to Rimble and will be sharing more information on the roadmap very soon.
npm install --save rimble-ui styled-components
import React, { Component } from 'react'
import { Button } from 'rimble-ui'
class Example extends Component {
render() {
return <Button size={'medium'}>Click me!</Button>
}
}
🚀 New Feature
🐛 Bug Fix
Heading
component.🚀 New Feature
Icon
component.🐛 Bug Fix
Heading
component as
prop not working.Text
component as
prop not working.Select
component arrow icon placement.🚀 New Feature
styled-system
v5.🐛 Bug Fix
ToastMessage
component. #381Icon
component. #380Slider
component. #414🚀 New Feature
BaseStyles
component🐛 Bug Fix
Text
component to pass as
prop correctly.Heading
component to pass as
prop correctly.Select
component to adjust width.Field
to inherit color.Radio
and Checkbox
components to inherit text and icon colors correctly.pre-commit deprecation warning
#372.💅 Enhancement
EthAddress
component padding.h1-h6
elements.input[type="color"]
for better visibility.Input
, Textarea
, Card
.copyColor
from theme.js
.text
and background
colors to theme.js
.cjs
to umd
.EthAddress
component.MIT © ConsenSys
FAQs
Rimble Design System react component library.
The npm package rimble-ui receives a total of 190 weekly downloads. As such, rimble-ui popularity was classified as not popular.
We found that rimble-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
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.