1.0.0 • Published 1 year ago

react-split-chars v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

1.0.0

1 year ago