tloncorp / indigo-react

React components that implement Tlon's design language
MIT License
40 stars 6 forks source link

Missing component: Badge #68

Closed jyng closed 3 years ago

jyng commented 3 years ago

I would like to use the Badge UI Element in indigo-react, but has yet to exist.

Screen Shot 2020-09-24 at 3 02 52 PM

What I'm trying to implement in my app

Screen Shot 2020-09-24 at 3 03 04 PM
jyng commented 3 years ago

Here's the code I'm using for Badge.tsx

import * as React from "react";
import { Text } from "@tlon/indigo-react";

const Badge = props =>
<Text backgroundColor="scales.black50" color="white" p="1" borderRadius="2" {...props}/>

export default Badge;
g-a-v-i-n commented 3 years ago

Resolved in 1.2.8