3.0.0 • Published 2 years ago

@tpr/theming v3.0.0

Weekly downloads
178
License
MIT
Repository
github
Last release
2 years ago

TPR Theming

React Components packages are ready to use in a Create React App environment or together with standard Rollup or webpack build configurations.

Here is a simple example how to get started:

import React from 'react';
import ReactDOM from 'react-dom';
import ThemeProvider, { EditorFonts } from '@tpr/theming';
import { Button } from '@tpr/core';

const App = () => (
	/* Include a ThemeProvider wrapper at the root of your app or component to apply the styles */
	<ThemeProvider>
		<Button>Example React button</Button>
	</ThemeProvider>
);

ReactDOM.render(<App />, document.getElementById('root'));
3.0.0

2 years ago

2.4.3

3 years ago

2.4.2

3 years ago

2.4.1

3 years ago

2.4.0

3 years ago

2.3.2

3 years ago

2.2.30

3 years ago

2.2.29

3 years ago

2.2.28

3 years ago

2.2.26

3 years ago

2.2.27

3 years ago

2.2.25

3 years ago

2.2.24

3 years ago

2.2.23

3 years ago

2.2.22

3 years ago

2.2.21

3 years ago

2.2.19

3 years ago

2.2.20

3 years ago

2.2.17

3 years ago

2.2.18

3 years ago

2.2.16

3 years ago

2.2.15

3 years ago

2.2.14

3 years ago

2.2.13

3 years ago

2.2.11

3 years ago

2.2.12

3 years ago

2.2.10

3 years ago

2.2.9

3 years ago

2.2.8

3 years ago

2.2.7

3 years ago

2.2.6

3 years ago

2.2.5

3 years ago

2.2.4

4 years ago

2.2.4-next.11

4 years ago

2.2.3

4 years ago

2.2.3-next.60

4 years ago

2.2.2

4 years ago

2.2.1

4 years ago

2.2.1-next.7

4 years ago

2.2.1-next.8

4 years ago

2.2.0

4 years ago

2.1.5

4 years ago

2.1.5-next.2

4 years ago

2.1.4

4 years ago

2.1.3

4 years ago

2.1.3-next.580

4 years ago

2.1.2

4 years ago

2.1.2-next.566

4 years ago

2.1.2-next.565

4 years ago

2.1.2-next.4

4 years ago

2.1.2-next.3

4 years ago

2.1.1

4 years ago

2.1.1-next.530

4 years ago

2.1.1-next.529

4 years ago

2.1.1-next.524

4 years ago

2.1.1-next.3

4 years ago

2.1.1-next.506

4 years ago

2.1.0

4 years ago

2.0.2-alpha.18

4 years ago

2.0.2-next.495

4 years ago

2.0.2-next.490

4 years ago

2.0.2-next.487

4 years ago

2.0.2-next.458

4 years ago

2.0.2-next.449

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.1.2-alpha.0

4 years ago

1.1.1-alpha.0

4 years ago

1.1.0-alpha.0

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago