0.4.5 • Published 5 years ago

@datorama/marketplace-widgets v0.4.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

app-components

Datorama React components library

Size GitHub package.json version GitHub issues GitHub package.json dependency version (dev dep on branch)

Installation

npm install --save @datorama/app-components
import { AppTheme, lightTheme } from '@datorama/app-components';
import { ThemeProvider } from 'styled-components';
    
const App = () => (
  <AppTheme theme={lightTheme} provider={ThemeProvider}>
    ...
  </AppTheme>
);

// CSS
// @import '~@datorama/app-components/dist/index.css';

Local Development

Clone the repo, install packages and run;

npm run storybook

Publish a new release

First, Make sure that everything is working, well documented and backward compatible. Clean up all the lint issues after running

npm run lint

In your pull request bump the package version (minor, major or patch) by running:

npm version **** 

After the pull request is merged to master, checkout to master and run:

npm run build:package

and to publish it to NPM:

npm publish

Importing images

With the current Rollup loader all images are loaded as components!

0.4.5

5 years ago

0.4.4

5 years ago

0.4.3

5 years ago

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.0.10

5 years ago

0.0.11

5 years ago

0.1.0

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.5

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago