0.0.16 • Published 2 years ago

bob-2 v0.0.16

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Bob 2

This repo is a PoC for a cross-platform FE component library

Installation

npm install bob-2

Usage

import { Button, ThemeContext } from 'bob-2'

const Example = () => (
   <ThemeContext value="kevin"> // 'kevin' or 'website'
      <Button>Click here</Button>
   </ThemeContext>
)

export default Example

Publishing

  • Make changes
  • Update version number inside package.json
  • run npm publish

Caveats

  • Currently published under richhastings npm account, so this will need to be addressed
0.0.16

2 years ago

0.0.15

2 years ago

0.0.14

2 years ago

0.0.13

2 years ago

0.0.12

2 years ago

0.0.11

2 years ago

0.0.10

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago