3.0.0 • Published 3 years ago

@tpr/theming v3.0.0

Weekly downloads
178
License
MIT
Repository
github
Last release
3 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

3 years ago

2.4.3

4 years ago

2.4.2

4 years ago

2.4.1

4 years ago

2.4.0

4 years ago

2.3.2

4 years ago

2.2.30

4 years ago

2.2.29

4 years ago

2.2.28

4 years ago

2.2.26

4 years ago

2.2.27

4 years ago

2.2.25

4 years ago

2.2.24

4 years ago

2.2.23

4 years ago

2.2.22

4 years ago

2.2.21

4 years ago

2.2.19

4 years ago

2.2.20

4 years ago

2.2.17

4 years ago

2.2.18

4 years ago

2.2.16

4 years ago

2.2.15

4 years ago

2.2.14

4 years ago

2.2.13

4 years ago

2.2.11

4 years ago

2.2.12

4 years ago

2.2.10

4 years ago

2.2.9

4 years ago

2.2.8

4 years ago

2.2.7

4 years ago

2.2.6

4 years ago

2.2.5

5 years ago

2.2.4

5 years ago

2.2.4-next.11

5 years ago

2.2.3

5 years ago

2.2.3-next.60

5 years ago

2.2.2

5 years ago

2.2.1

5 years ago

2.2.1-next.7

5 years ago

2.2.1-next.8

5 years ago

2.2.0

5 years ago

2.1.5

5 years ago

2.1.5-next.2

5 years ago

2.1.4

5 years ago

2.1.3

5 years ago

2.1.3-next.580

5 years ago

2.1.2

5 years ago

2.1.2-next.566

5 years ago

2.1.2-next.565

5 years ago

2.1.2-next.4

5 years ago

2.1.2-next.3

5 years ago

2.1.1

5 years ago

2.1.1-next.530

5 years ago

2.1.1-next.529

5 years ago

2.1.1-next.524

5 years ago

2.1.1-next.3

5 years ago

2.1.1-next.506

5 years ago

2.1.0

5 years ago

2.0.2-alpha.18

5 years ago

2.0.2-next.495

5 years ago

2.0.2-next.490

5 years ago

2.0.2-next.487

5 years ago

2.0.2-next.458

5 years ago

2.0.2-next.449

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.1.2-alpha.0

5 years ago

1.1.1-alpha.0

5 years ago

1.1.0-alpha.0

5 years ago

1.0.18

5 years ago

1.0.17

5 years ago

1.0.16

5 years ago

1.0.15

5 years ago

1.0.14

5 years ago

1.0.13

5 years ago

1.0.12

5 years ago

1.0.11

5 years ago

1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago