1.5.1 • Published 3 years ago

@tractorzoom/theme v1.5.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@tractorzoom/theme

Live Examples

Install

npm i --save @tractorzoom/theme

Usage

Import font and theme

import { ThemeProvider } from '@material-ui/core/styles';
import { ironComps } from '@tractorzoom/theme';
import '@fontsource/inter';

const Component = () => {
    return (
        <ThemeProvider theme={ironComps}>
            <MyContent />
        </ThemeProvider>
    );
};

export default Component;

Contributing

We welcome improvements and fixes via PRs. Review the contributing guidelines in the repository readme for how to get started.

1.5.1

3 years ago

1.5.0

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

3 years ago

1.2.0

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago