1.7.3 • Published 4 months ago

pdjenera-component-library v1.7.3

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

pdjenera-component-library

About The Project

This project is a React component library built to explore best practices for building reusable components. As well as exploring the best practices when it comes to testing, deployment and versioning.

Built With

This project was built with following librarie

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • yarn
    npm install npm@latest -g
    npm install --global yarn

Installation

Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services.

  1. Clone the repo
    git clone https://github.com/pdjenera/component-library.git
  2. Install NPM packages
    yarn install
  3. Start Storybook
    npm run storybook

Usage

Use the components in your React project by importing them:

import { Card } from 'your-component-library';

const App = () => (
  <div>
    <Card>
        "Click Me" 
    </Card>
  </div>
);

export default App;

For more examples, please refer to the Documentation

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'featL: add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the Unlicense License. See LICENSE.txt for more information.

Contact

Project Link: https://github.com/pdjenera/component-library.git

1.7.3

4 months ago

1.7.2

4 months ago

1.7.1

4 months ago

1.7.0

5 months ago

1.5.4

5 months ago

1.5.2

5 months ago

1.5.1

5 months ago

1.6.0

5 months ago

1.5.0

5 months ago

1.4.0

5 months ago

1.3.0

5 months ago

1.1.1

5 months ago

1.2.0

5 months ago

1.0.4

5 months ago

1.1.0

5 months ago

1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

5 months ago

1.0.0

5 months ago