agro-styled-components

1.0.8 • Public • Published

agro-styled-components

Agrostar styled components

Why

Reusing the styled-components across app which maintains uniform theme across all projects. It has flexibility of setting your own theme.

Bootstrap code

Add this code while bootstraping you application(app.js)

Edit 5xv9q9z7y4

import {applyTheme} from "agrostar-styled-components";

const theme = applyTheme();

<ThemeProvider theme={theme}> // import {ThemeProvider} from "styled-components";
  <App /> // Your App component
</ThemeProvider>

Readme

Keywords

none

Package Sidebar

Install

npm i agro-styled-components

Weekly Downloads

3

Version

1.0.8

License

none

Unpacked Size

75.5 kB

Total Files

28

Last publish

Collaborators

  • basavaraj_sonnad
  • vasan-agrostar