1
0
Fork 0
freesewing/packages/yuri
2021-09-02 18:17:25 +02:00
..
config first commit 2021-09-02 18:17:25 +02:00
example first commit 2021-09-02 18:17:25 +02:00
src first commit 2021-09-02 18:17:25 +02:00
.babelrc first commit 2021-09-02 18:17:25 +02:00
.editorconfig first commit 2021-09-02 18:17:25 +02:00
.eslintrc first commit 2021-09-02 18:17:25 +02:00
.gitignore first commit 2021-09-02 18:17:25 +02:00
.npmignore first commit 2021-09-02 18:17:25 +02:00
.travis.yml first commit 2021-09-02 18:17:25 +02:00
LICENSE first commit 2021-09-02 18:17:25 +02:00
package-lock.json first commit 2021-09-02 18:17:25 +02:00
package.json updated description 2021-09-02 18:17:25 +02:00
README.md first commit 2021-09-02 18:17:25 +02:00
rollup.config.js first commit 2021-09-02 18:17:25 +02:00

yuri

NPM JavaScript Style Guide

Install

npm install --save yuri

Usage

import React, { Component } from 'react'

import MyComponent from 'yuri'

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

License

© biou