0.1.15 • Published 8 years ago

react-article-components v0.1.15

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

What is this?

TW Reporter Article Page React Components Package

Why do we this?

This is built for Editorial Tool (you can build the editorial tool using Plate). In our editorial tool, We hope to make our Editor tool WYSIWYG. Hence, these Article React Components will be used on Article Page and Editorial Tool.

How to build this?

  // build the js and css
  // js and css will be built in ./lib/ 
  npm run build
  npm login
  // upgrade version
  npm version patch
  npm publish

How to install this?

  npm i react-article-components --save

How to use this?

// es5
var Components = require('react-article-components/lib/main');

// es6
import * as Components from 'react-article-components/lib/main'

// a piece of code in React Component render function
  return (
    <Components.Introduction
      data={introData}
    />
  )
0.1.15

8 years ago

0.1.14

8 years ago

0.1.13

8 years ago

0.1.12

8 years ago

0.1.11

8 years ago

0.1.10

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago