Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 770 Bytes

File metadata and controls

31 lines (21 loc) · 770 Bytes

create-react-library-with-styled-components

Install

npm install --save create-react-library-with-styled-components

Usage

import React, { Component } from 'react'

import MyComponent from 'create-react-library-with-styled-components'

class Example extends Component {
  render () {
    return (
      <MyComponent />
    )
  }
}

License

MIT © beTTostd