0.0.16 • Published 6 months ago

bob-2 v0.0.16

Weekly downloads
-
License
-
Repository
-
Last release
6 months 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

6 months ago

0.0.15

6 months ago

0.0.14

6 months ago

0.0.13

6 months ago

0.0.12

6 months ago

0.0.11

6 months ago

0.0.10

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago

0.0.4

6 months ago

0.0.3

6 months ago

0.0.2

6 months ago

0.0.1

6 months ago

0.0.0

6 months ago