Skip to content

Commit

Permalink
fix(badges): add bundle badges
Browse files Browse the repository at this point in the history
  • Loading branch information
estrattonbailey committed Feb 9, 2021
1 parent aa794e3 commit 560e1f2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

<br/>

![npm](https://img.shields.io/npm/v/hypobox) [![](https://badgen.net/bundlephobia/minzip/hypobox)](https://bundlephobia.com/result?p=hypobox)

Hyper minimal [hyposcript](https://github.com/sure-thing/hyposcript) `Box`
component, built with [hypostyle](https://github.com/sure-thing/hypostyle).

Expand All @@ -13,7 +15,6 @@ npm i hypobox

```jsx
import { Box } from 'hypobox'

;<Box f aic fw>
<Box w={[1, 1 / 2]}>
<H1 c='#333'>Hello world!</H1>
Expand Down

0 comments on commit 560e1f2

Please sign in to comment.