5.1.0 • Published 9 days ago

@bluearchive/ui-common v5.1.0

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
9 days ago

Wasabi UI-Common

Lines of Code Coverage Reliability Rating Security Rating Vulnerabilities

Getting Started

This library depends on your application using React >= 18.2.0

npm

yarn install @bluearchive/ui-common

Using the Common Theme

import React from 'react';
import { ThemeProvider } from 'styled-components';
import { Theme, muiTheme } from '@bluearchive/ui-common';
import { MuiThemeProvider } from '@material-ui/core/styles';

import App from './App';

ReactDOM.render(
  <React.StrictMode>
    <ThemeProvider theme={Theme}>
      <MuiThemeProvider theme={muiTheme}>
        <App />
      </MuiThemeProvider>
    </ThemeProvider>
  </React.StrictMode>,
  document.getElementById('root')
);

Supported Environment Variables

REACT_APP_REPORT_ERRORS=true  // used for enabling local non-production
REACT_APP_BUILD_VERSION="dev" // build/release string
REACT_APP_REPORT_ERRORS_DEBUG=true // allow sentry debug output to console

Available Scripts

In the project directory, you can run:

yarn clean

Cleans out the dist folder which contains the library assets for publishing to npm

yarn build

Builds the library assets in preparation for publishing to npm

yarn storybook

Starts the storybook application which drives the development environment for this library.

yarn build-storybook

Builds the storybook application which drives the development environment for this library.

5.1.0

9 days ago

5.0.0

13 days ago

4.7.0

15 days ago

4.6.4

2 months ago

4.6.1

9 months ago

4.6.0

9 months ago

4.6.3

9 months ago

4.6.2

9 months ago

4.5.2

10 months ago

4.4.1

11 months ago

4.4.0

11 months ago

4.2.2

11 months ago

4.4.2

11 months ago

4.2.1

11 months ago

4.2.0

11 months ago

4.5.0

11 months ago

4.3.1

11 months ago

4.5.1

11 months ago

4.1.5

11 months ago

4.1.4

1 year ago

4.1.3

1 year ago

4.1.0

1 year ago

3.0.6

1 year ago

3.0.5

1 year ago

4.0.0

1 year ago

2.0.3

1 year ago

2.0.2

1 year ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

0.1.30

1 year ago

0.1.29

2 years ago

0.1.27

2 years ago

0.1.28

2 years ago

0.1.26

2 years ago

0.1.20

2 years ago

0.1.22

2 years ago

0.1.23

2 years ago

0.1.24

2 years ago

0.1.25

2 years ago

0.1.19

2 years ago

0.1.14

2 years ago

0.1.15

2 years ago

0.1.16

2 years ago

0.1.17

2 years ago

0.1.18

2 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.10

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.9

3 years ago

0.1.4

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago