react-split-chars

1.0.0 • Public • Published

react-split-chars

use react split chars

NPM JavaScript Style Guide

Install

npm install --save react-split-chars

Usage

import React, { Component } from 'react'

import { SplitChars } from 'react-split-chars'

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

export default App

License

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

Readme

Keywords

none

Package Sidebar

Install

npm i react-split-chars

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.24 kB

Total Files

6

Last publish

Collaborators

  • cong_wa