0.5.0 • Published 1 year ago

@pijma/business-wrapper v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago
import {
  Icon16Add,
  Icon24Add,
  Icon32Add,
  Icon40Add,
} from '@pijma/business-icons'
import { light } from '@pijma/business-theme'
import { Wrapper } from '@pijma/business-wrapper'

const App = () => (
  <Wrapper
    components={{
      Icon16Add,
      Icon24Add,
      Icon32Add,
      Icon40Add,
    }}
    theme={light}
    breakpoints={[600, 1200]}
  >
    // Your amazing application is here...
  </Wrapper>
)
0.5.0

1 year ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago