0.19.2 • Published 2 months ago

@beequip/hexagon v0.19.2

Weekly downloads
47
License
MIT
Repository
-
Last release
2 months ago

Hexagon

Component library for digital products of Beequip.

Getting started

Installing

Install with yarn.

yarn add @beequip/hexagon

Or npm.

npm install @beequip/hexagon

Setting up the provider

Hexagon requires a theme and the ThemeProvider from styled-components to work correctly. Import them both and wrap your application component:

import { theme } from '@beequip/hexagon'
import { ThemeProvider } from 'styled-components'

function Index() {
    return (
        <ThemeProvider theme={theme}>
           <App />
        </ThemeProvider>
    )
}

Testing

For development, this package can be linked into another project. This is useful to test out new features or when trying to debug an issue in Hexagon that manifests itself in another project.

Follow the instructions of yarn link or npm link

Storybook

All components in Hexagon can be previewed in our Storybook. Simply run yarn storybook to start the Storybook in your development environment.

We use Chromatic to publish and review our Storybook. The CI is configured to automatically publish the Storybook and run Chromatic’s automation whenever you push code.

Publishing

  • Make sure everything is merged in develop (check for linting errors)
  • Merge develop into master
  • Run yarn release (you have to be a member of the organization and logged in with npm login or yarn login)

Contributing

Please see our contributing.md.

0.19.0

2 months ago

0.19.1

2 months ago

0.19.2

2 months ago

0.18.5

5 months ago

0.17.4

10 months ago

0.18.0-0

10 months ago

0.18.0-1

10 months ago

0.18.0-2

10 months ago

0.18.1

9 months ago

0.18.2

9 months ago

0.18.3

9 months ago

0.18.4

9 months ago

0.18.0

10 months ago

0.17.2

1 year ago

0.17.3

1 year ago

0.17.0

1 year ago

0.17.1

1 year ago

0.16.0

2 years ago

0.15.2

2 years ago

0.15.3

2 years ago

0.16.0-0

2 years ago

0.16.0-1

2 years ago

0.15.1

2 years ago

0.14.0

2 years ago

0.15.0

2 years ago

0.13.0

2 years ago

0.11.0

3 years ago

0.12.0

3 years ago

0.11.0-0

3 years ago

0.10.0

3 years ago

0.9.7

3 years ago

0.9.6

3 years ago

0.9.4

3 years ago

0.9.5

3 years ago

0.9.4-0

3 years ago

0.9.3

3 years ago

0.9.2

4 years ago

0.9.0

4 years ago

0.9.1

4 years ago

0.8.1

4 years ago

0.8.0

4 years ago

0.7.0

4 years ago

0.3.0-0

4 years ago

0.2.0-0

4 years ago

0.6.0

4 years ago

0.5.1-0

4 years ago

0.5.1-1

4 years ago

0.5.0-0

4 years ago

0.4.1-3

4 years ago

0.4.1-2

4 years ago

0.4.1-1

4 years ago

0.4.1-0

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.1-beta.2

4 years ago

0.1.1-beta.1

4 years ago

0.1.0

5 years ago