1.4.2 • Published 1 year ago
npm-fe-components v1.4.2
My Components Library
Description
This project is a collection of components created for learning purposes and for storing reusable components for future projects.
Installation
To use this library, simply install it via npm:
npm install fe-styled-components
Usage
Once installed, you can import the components into your project like so:
import { Text } from 'fe-styled-components';
Components
Below is a list of components available in this library:
- Container
- VContainer (Vertical Container)
- Text
- Input
Contributing
Contributions are welcome! If you have any ideas for new components or improvements to existing ones, feel free to open an issue or submit a pull request.