Skip to content

React Web components using css-in-js without third-party library for reusable

Notifications You must be signed in to change notification settings

harveyjing/common-components

Repository files navigation

@harveyjing/common-components

React Web components using css-in-js without third-party library for reusable

NPM JavaScript Style Guide

Install

npm install --save @harveyjing/common-components

Usage

import React, { Component } from 'react'

import MyComponent from '@harveyjing/common-components'
import '@harveyjing/common-components/dist/index.css'

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

License

MIT © harveyjing

About

React Web components using css-in-js without third-party library for reusable

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published