0.4.2 • Published 5 years ago

react-text-overscroll v0.4.2

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

react-text-overscroll

React component to reveal text hidden by overflow:hidden

NPM JavaScript Style Guide

Demo

https://astanciu.github.io/react-text-overscroll

Install

npm install --save react-text-overscroll

Usage

import React, { Component } from 'react'

import MyComponent from 'react-text-overscroll'

class Example extends Component {
  render () {
    return (
      <div style={{ width: '150px' }}>
        <OverScroll>Long text that doesn't fit parent width</OverScroll>
      </div>
    )
  }
}

License

MIT © astanciu

0.4.2

5 years ago

0.4.1

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago