lc-custom-components
v0.0.3-3
Published
This is a collection of components created during the React Pro course by Fernando Herrera. This package can be used to quickly bootstrap your React projects.
Downloads
12
Maintainers
Readme
React Pro Course Components
This is a collection of components created during the React Pro course by Fernando Herrera. This package can be used to quickly bootstrap your React projects.
Installation
To install this package, use the following command:
npm install lc-custom-coponents
Usage
Here's a basic example of how to use one of the components in this package:
import { MyLabel } from 'lc-custom-components';
function App() {
return (
<div className="App">
<MyLabel />
</div>
);
}
export default App;
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
License
MIT