A react component to hide and show text in a box
npm install react-box-text 
``bash`
npm install --save react-box-text
npm insatll --save styled-components
- texts: Array of texts to display (required)backgroundColor
- : BackgroundColor of the box. (optional)textColor
- : textColor of the texts. (optional)borderColor
- : borderColor of the box. (optional)dotColor
- : dotColor of the box. (optional)dotSize
- : size of the dot in px. (optional)
`jsx
import React from "react";
import BoxText from "react-box-text";
const App = () => {
return (
export default App;
``
Made with :heart:
MIT © copy-ninja1