0.0.3-3 • Published 3 months ago

lc-custom-components v0.0.3-3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

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

0.0.3-1

3 months ago

0.0.3-3

3 months ago

0.0.3-2

3 months ago

0.0.3-0

3 months ago

0.0.1-rc1.10

3 months ago

0.0.2

3 months ago

0.0.1-rc1.7

3 months ago

0.0.1-rc1.6

3 months ago

0.0.1-rc1.9

3 months ago

0.0.1-rc1.8

3 months ago

0.0.1-rc1.1

3 months ago

0.0.1-rc1.0

3 months ago

0.0.1-rc1.2

3 months ago

0.0.1-rc1.5

3 months ago

0.0.1-rc1.4

3 months ago

0.0.1-rc1

3 months ago

0.0.1

3 months ago