oops-terminal is a playful terminal UI component for React and non-React projects. It provides a simple, customisable way to create terminal-like UIs for fun or functional purposes.
- Create a terminal-style UI for your projects.
- Customisable header, content, and type features.
- Works in both React and non-React environments.
- Lighthearted and entertaining terminal effects.
To install the package, use npm:
npm install oops-terminal
import React from 'react';
import { oopsTerminal } from 'oops-terminal';
const App = () => {
React.useEffect(() => {
oopsTerminal();
}, []);
return <div id="oops-terminal"></div>;
};
export default App;
- Add more customisation options.
- Support for animations and themes.
- Build-in sample error messages and playful responses.
Contributions are welcome! Please follow these steps:
- Fork the repository.
- Create a feature branch:
git checkout -b feature/your-feature
. - Commit your changes:
git commit -m 'Add your feature'
. - Push to the branch:
git push origin feature/your-feature
. - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.