1.10.0 • Published 2 years ago

react-wordart v1.10.0

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

react-wordart (demo)

The nostalgic WordArt we know just in react - Hackernoon Post

NPM JavaScript Style Guide Build Status

css-wordart

Based on my css-wordart repo

Install

npm install --save react-wordart

Usage

import React, { Component } from 'react'

import WordArt from 'react-wordart'

class Example extends Component {
  render () {
    return (
      <WordArt text='I Love WordArt' theme={`rainbow`} fontSize={100} />
    )
  }
}

Properties

PropertyTypeRequiredDefault valueDescription
textstringyes
themestringnorainbowWordArt theme.
fontSizenumberno50

Available Themes

ThemeOutput
rainbowscreen shot 2019-01-31 at 18 19 05
bluesscreen shot 2019-01-31 at 18 19 09
superheroscreen shot 2019-01-31 at 18 19 14
radialscreen shot 2019-01-31 at 18 19 18
tiltscreen shot 2019-01-31 at 18 19 21
purplescreen shot 2019-01-31 at 18 19 24
horizonscreen shot 2019-01-31 at 18 19 27
italicOutlinescreen shot 2019-01-31 at 18 19 31
slatescreen shot 2019-01-31 at 18 19 34

Development

Local development is broken into two parts (ideally using two tabs).

First, run rollup to watch your src/ module and automatically recompile it into dist/ whenever you make changes.

npm start # runs rollup with watch flag

The second part will be running the example/ create-react-app that's linked to the local version of your module.

# (in another tab)
cd example
npm start # runs create-react-app dev server

Now, anytime you make a change to your library in src/ or to the example app's example/src, create-react-app will live-reload your local dev server so you can iterate on your component in real-time.

License

MIT © yershalom

This module was bootstrapped with create-react-library.

1.10.0

2 years ago

1.9.4

4 years ago

1.9.3

4 years ago

1.9.2

5 years ago

1.9.1

5 years ago

1.9.0

5 years ago

1.8.0

5 years ago

1.7.0

5 years ago

1.6.0

5 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago