@benderthecrime/components

2.0.3 • Public • Published

shared-react-components

Some React components I use in my personal projects.


⚠️ I'm constantly improving these components, but they probably aren't stable enough to use in your production apps.


Installation

npm i react react-dom styled-components @benderthecrime/components

Usage

import React from 'react'
import {H1, Header, Navigation, Page, Section, Text} from '@benderthecrime/components'

export const LandingPage = () => <Page>
  <Header>
    <H1>Hello, world!</H1>
    <Navigation />
  </Header>
  <Section>
    <Text>
      Nice to meet you!
    </Text>
  </Section>
</Page>

export default LandingPage

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.30latest

Version History

VersionDownloads (Last 7 Days)Published
2.0.30
2.0.20
2.0.10
2.0.00
0.1.00

Package Sidebar

Install

npm i @benderthecrime/components

Weekly Downloads

0

Version

2.0.3

License

MIT

Unpacked Size

221 kB

Total Files

6

Last publish

Collaborators

  • benderthecrime