🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

react-split-chars

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-split-chars

use react split chars

latest
Source
npmnpm
Version
1.0.0
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

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

FAQs

Package last updated on 20 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts