react-split-words

1.0.0 • Public • Published

react-split-words

use react split words

NPM JavaScript Style Guide

Install

npm install --save react-split-words

Usage

import React, { Component } from 'react'

import { SplitWords } from 'react-split-words'

const App = () => {
  return <SplitWords wrapper={<span></span>}>
    This component can wrap a string into individual character tags.
  </SplitWords>
}

export default App

License

MIT © https://github.com/congwa/react-split-words.git

Readme

Keywords

none

Package Sidebar

Install

npm i react-split-words

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

9.79 kB

Total Files

6

Last publish

Collaborators

  • cong_wa