bpk-theming

3.1.2 • Public • Published

bpk-theming

Backpack theming utilities.

Installation

npm install bpk-theming --save-dev

Usage

import BpkThemeProvider from 'bpk-theming';

import BpkLink, { themeAttributes as linkThemeAttributes } from 'bpk-component-link';

const theme = {
  linkColor: '#c00',
  linkHoverColor: '#d00',
  linkActiveColor: '#a00',
  linkVisitedColor: '#800',
};

export default class App extends Component {
  render() {
    return (
      <BpkThemeProvider theme={theme} themeAttributes={[...linkThemeAttributes]}>
        <BpkLink onClick={() => {}}>Book flight</BpkLink>
      </BpkThemeProvider>
    );
  }
}

Props

Property PropType Required Default Value
children node true -
themeAttributes arrayOf(string) true -
component elementType false div
theme object false null

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
2.0.34-css.00css
2.0.1-alpha.270canary
3.1.22latest

Version History

VersionDownloads (Last 7 Days)Published
3.1.22
3.1.10
3.1.00
3.0.50
3.0.40
3.0.30
3.0.20
3.0.10
3.0.00
2.1.70
2.1.60
2.1.50
2.1.40
2.1.30
2.1.20
2.1.10
2.1.00
2.0.720
2.0.710
2.0.700
2.0.690
2.0.680
2.0.670
2.0.660
2.0.650
2.0.640
2.0.630
2.0.620
2.0.610
2.0.600
2.0.590
2.0.580
2.0.570
2.0.560
2.0.550
2.0.540
2.0.530
2.0.520
2.0.510
2.0.500
2.0.490
2.0.480
2.0.470
2.0.460
2.0.450
2.0.440
2.0.430
2.0.420
2.0.410
2.0.400
2.0.390
2.0.380
2.0.370
2.0.360
2.0.350
2.0.34-css.00
2.0.340
2.0.33-css.00
2.0.330
2.0.32-css.00
2.0.320
2.0.31-css.00
2.0.310
2.0.30-css.00
2.0.300
2.0.29-css.00
2.0.290
2.0.28-css.00
2.0.280
2.0.27-css.00
2.0.270
2.0.25-css.00
2.0.250
2.0.240
2.0.230
2.0.22-css.00
2.0.220
2.0.21-css.00
2.0.210
2.0.20-css.00
2.0.200
2.0.19-css.00
2.0.190
2.0.18-css.00
2.0.180
2.0.17-css.00
2.0.173
2.0.16-css.00
2.0.160
2.0.15-css.00
2.0.150
2.0.14-css.00
2.0.140
2.0.13-css.00
2.0.130
2.0.12-css.00
2.0.120
2.0.10-css.00
2.0.100
2.0.9-css.00
2.0.90
2.0.8-css.00
2.0.80
2.0.7-css.00
2.0.70
2.0.6-css.00
2.0.60
2.0.5-css.00
2.0.50
2.0.4-css.00
2.0.40
2.0.30
2.0.20
2.0.10
2.0.1-alpha.270
2.0.00
1.3.20
1.3.2-alpha.20
1.3.10
1.3.00
1.2.230
1.2.220
1.2.210
1.2.200
1.2.190
1.2.180
1.2.170
1.2.160
1.2.150
1.2.140
1.2.130
1.2.120
1.2.110
1.2.100
1.2.10-alpha.400
1.2.9-alpha.760
1.2.90
1.2.9-alpha.720
1.2.9-alpha.530
1.2.9-alpha.110
1.2.80
1.2.70
1.2.60
1.2.50
1.2.40
1.2.30
1.2.20
1.2.10
1.2.00
1.1.280
1.1.270
1.1.260
1.1.250
1.1.240
1.1.230
1.1.220
1.1.210
1.1.200
1.1.20-beta.110
1.1.190
1.1.180
1.1.170
1.1.160
1.1.150
1.1.140
1.1.130
1.1.120
1.1.110
1.1.100
1.1.90
1.1.80
1.1.70
1.1.60
1.1.50
1.1.40
1.1.30
1.1.20
1.1.10
1.1.00
1.0.40
1.0.30
1.0.20
1.0.10
1.0.00

Package Sidebar

Install

npm i bpk-theming

Weekly Downloads

5

Version

3.1.2

License

Apache-2.0

Unpacked Size

27.1 kB

Total Files

8

Last publish

Collaborators

  • ojcurt
  • frugoman
  • gert-jan.vercauteren
  • skyscanner-koalasquad
  • anambl