This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

artistco-ui

1.1.1 • Public • Published

artistco-ui

repository of commonly used artistco UI components

Install

npm install --save artistco-ui

Usage

import React, { Component } from 'react'
 
import { ThemeProvider } from 'styled-components';
 
import { theme, Paper } from 'artistco-ui'
 
class Example extends Component {
  render () {
    return (
      <ThemeProvider theme={theme}>
        <Paper>Ok</Paper>
      </ThemeProvider>
    )
  }
}

Dev

Clone on your local

git clone git@bitbucket.org:cloudforartists/artistco-ui.git
cd artistco-ui
npm link

And in the repo you want to use

npm link artistco-ui

Readme

Keywords

none

Package Sidebar

Install

npm i artistco-ui

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

2.55 MB

Total Files

8

Last publish

Collaborators

  • martinratinaud
  • svengau