https://github.com/bemto/bemto-overflower
Flexible content overflow for React
https://github.com/bemto/bemto-overflower
bemto component css overflow react styled-components
Last synced: 2 months ago
JSON representation
Flexible content overflow for React
- Host: GitHub
- URL: https://github.com/bemto/bemto-overflower
- Owner: bemto
- License: mit
- Created: 2018-01-29T14:33:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T11:33:29.000Z (over 7 years ago)
- Last Synced: 2025-08-09T02:27:22.404Z (11 months ago)
- Topics: bemto, component, css, overflow, react, styled-components
- Language: JavaScript
- Homepage: http://kizu.ru/bemto-components/#bemtooverflower
- Size: 97.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
- Code of conduct: Code_of_Conduct.md
Awesome Lists containing this project
README
# bemto-overflower [![Build Status][build]][build-link] [![NPM package version][version]][version-link]
[build]: https://travis-ci.org/bemto/bemto-overflower.svg?branch=master
[build-link]: https://travis-ci.org/bemto/bemto-overflower
[version]: https://img.shields.io/npm/v/bemto-overflower.svg
[version-link]: https://www.npmjs.com/package/bemto-overflower
This is a flexible content overflow component, using [bemto-components](https://github.com/bemto/bemto-components) and [styled-components](https://www.styled-components.com/).
The documentation for the bemto-overflower is available as a [section of bemto-components' docs](https://kizu.github.io/bemto-components/#bemtooverflower). You could see there all the features of bemto-overflower and play with them right in your browser in an interactive playgrounds.
### Installation & Usage
Note: `bemto-overflower` uses [styled-components](https://www.styled-components.com/) as a peer dependency, as its bad to include more than one instance of styled-components in your app, so you need to have it installed as well.
In your console:
``` sh
npm install --save bemto-overflower
```
Then in `.js`-files of your components:
``` js static
import Overflower from 'bemto-overflower';
```
## License
Licensed under the MIT License, Copyright © 2017 Roman Komarov.
See [LICENSE](./) for more information.