Skip to content

beTTostd/create-react-library-with-styled-components

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published